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

Unified Diff: chrome/browser/profiles/profile_android.h

Issue 11473027: [Android] Should not update IME status when gesture needs to be disambiguated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add prerendering utilities to profile_android Created 7 years, 4 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
Index: chrome/browser/profiles/profile_android.h
diff --git a/chrome/browser/profiles/profile_android.h b/chrome/browser/profiles/profile_android.h
index 780dde0c894247b3a483bfe1fdbf39d281c7a8ec..28033320c9ce2551f29bbd845d6c52a1e1c48e58 100644
--- a/chrome/browser/profiles/profile_android.h
+++ b/chrome/browser/profiles/profile_android.h
@@ -25,6 +25,7 @@ class ProfileAndroid : public base::SupportsUserData::Data {
virtual ~ProfileAndroid();
base::android::ScopedJavaLocalRef<jobject> GetJavaObject();
+ bool HasPrerenderedUrl(JNIEnv* env, jobject obj, jstring url);
private:
Profile* profile_; // weak
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/profiles/Profile.java ('k') | chrome/browser/profiles/profile_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698