Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: trunk/src/chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java

Issue 280383002: Revert 269855 "Only commit cookie changes in prerenders after a ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/src/chrome/android/javatests/src/org/chromium/chrome/browser/prerender/ExternalPrerenderRequestTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java
===================================================================
--- trunk/src/chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java (revision 269877)
+++ trunk/src/chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java (working copy)
@@ -38,18 +38,12 @@
return nativeHasPrerenderedUrl(profile, url, webContentsPtr);
}
- public static boolean hasCookieStoreLoaded(Profile profile) {
- return nativeHasCookieStoreLoaded(profile);
- }
-
private static native long nativeInit();
private static native boolean nativeAddPrerender(
long nativeExternalPrerenderHandlerAndroid, Profile profile,
long webContentsPtr, String url, String referrer, int width, int height);
private static native boolean nativeHasPrerenderedUrl(
Profile profile, String url, long webContentsPtr);
- private static native boolean nativeHasCookieStoreLoaded(
- Profile profile);
private static native void nativeCancelCurrentPrerender(
long nativeExternalPrerenderHandlerAndroid);
}
« no previous file with comments | « no previous file | trunk/src/chrome/android/javatests/src/org/chromium/chrome/browser/prerender/ExternalPrerenderRequestTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698