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

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

Issue 831523005: Remove most native WebContents references from Java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Kept same error checking behavior for aw_contents.cc Created 5 years, 11 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: 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 89f871478c1376d48ea734b914747cd57f6a4481..0eca8efb6f64c6479c2c36dcc9a3aae7337d47e7 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -103,6 +103,7 @@ class CONTENT_EXPORT WebContentsAndroid
jobject obj,
jstring script,
jobject callback);
+
michaelbai 2015/01/21 20:26:39 Did you intent to add a empty line here?
David Trainor- moved to gerrit 2015/01/21 23:13:25 I didn't. My bad.
private:
RenderWidgetHostViewAndroid* GetRenderWidgetHostViewAndroid();

Powered by Google App Engine
This is Rietveld 408576698