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

Unified Diff: content/browser/web_contents/web_contents_android.h

Issue 2502763003: Introduce ViewRoot to forward input/view events to native (Closed)
Patch Set: WindowAndroid.GetEventHandler Created 4 years 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: content/browser/web_contents/web_contents_android.h
diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
index 065d9d08e217e6e2f32fb6d745b28156947163d3..0e709ac1e8fdcfb3217c9b4b90ec2c26e9a464f2 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -183,7 +183,6 @@ class CONTENT_EXPORT WebContentsAndroid
const base::android::JavaParamRef<jobject>& jcallback);
void DismissTextHandles(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj);
-
boliu 2016/12/06 23:15:45 random line deleted..
Jinsuk Kim 2016/12/07 12:36:28 Done.
void SetMediaSession(
const base::android::ScopedJavaLocalRef<jobject>& j_media_session);

Powered by Google App Engine
This is Rietveld 408576698