Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65662b6b authored by Kristian Monsen's avatar Kristian Monsen
Browse files

Fix from post submit review

Change-Id: I10d96b254dcf3cb04f8d5cdf4bc527c84c362c1c
https://android-git.corp.google.com/g/#change,99052
parent e4dcf094
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@ public final class CookieManager {
    public void setCookie(String url, String value) {
        if (JniUtil.useChromiumHttpStack()) {
            setCookie(url, value, false);
            return;
        }

        WebAddress uri;