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

Unified Diff: android_webview/native/aw_settings.h

Issue 831523005: Remove most native WebContents references from Java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « android_webview/native/aw_contents.cc ('k') | android_webview/native/aw_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_settings.h
diff --git a/android_webview/native/aw_settings.h b/android_webview/native/aw_settings.h
index d30b157ef47af4aca6d92456486d1cf57e429cca..141320dfc539b1ad835162ec5c4fe532be70ff86 100644
--- a/android_webview/native/aw_settings.h
+++ b/android_webview/native/aw_settings.h
@@ -24,7 +24,7 @@ class AwSettings : public content::WebContentsObserver {
public:
static AwSettings* FromWebContents(content::WebContents* web_contents);
- AwSettings(JNIEnv* env, jobject obj, jlong web_contents);
+ AwSettings(JNIEnv* env, jobject obj, content::WebContents* web_contents);
virtual ~AwSettings();
// Called from Java. Methods with "Locked" suffix require that the settings
« no previous file with comments | « android_webview/native/aw_contents.cc ('k') | android_webview/native/aw_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698