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

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 589113002: Rename java WebContentsObserverAndroid to WebContentsObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style issues fixed Created 6 years, 2 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/android/browser_jni_registrar.cc
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
index 127f456aeec4848fcd1cfaaaded6d1493538b537..d9c7c6e79c161e78c4a54751ec9028028d91b3d1 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -95,7 +95,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{"TracingControllerAndroid", content::RegisterTracingControllerAndroid},
{"VibrationProvider", content::VibrationProviderAndroid::Register},
{"WebContentsAndroid", content::WebContentsAndroid::Register},
- {"WebContentsObserverAndroid", content::RegisterWebContentsObserverAndroid},
+ {"WebContentsObserver", content::RegisterWebContentsObserverAndroid},
{"WebViewStatics", content::RegisterWebViewStatics},
};

Powered by Google App Engine
This is Rietveld 408576698