Chromium Code Reviews| Index: chrome/browser/prerender/external_prerender_handler_android.h |
| =================================================================== |
| --- chrome/browser/prerender/external_prerender_handler_android.h (revision 269838) |
| +++ chrome/browser/prerender/external_prerender_handler_android.h (working copy) |
| @@ -45,6 +45,9 @@ |
| GURL url, |
| content::WebContents* web_contents); |
| + // Whether the cookie store associated with this profile has been loaded. |
| + static bool HasCookieStoreLoaded(Profile* profile); |
| + |
| static bool RegisterExternalPrerenderHandlerAndroid(JNIEnv* env); |
| private: |