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

Unified Diff: content/browser/android/web_contents_observer_android.h

Issue 589113002: Rename java WebContentsObserverAndroid to WebContentsObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/web_contents_observer_android.h
diff --git a/content/browser/android/web_contents_observer_android.h b/content/browser/android/web_contents_observer_android.h
index db5ed62b11bff6c19b842dcbdc77f2cfbce9e969..f0e8d9c8549fb1a66dbf097ccf998c719455dc19 100644
--- a/content/browser/android/web_contents_observer_android.h
+++ b/content/browser/android/web_contents_observer_android.h
@@ -81,7 +81,7 @@ class WebContentsObserverAndroid : public WebContentsObserver {
DISALLOW_COPY_AND_ASSIGN(WebContentsObserverAndroid);
};
-bool RegisterWebContentsObserverAndroid(JNIEnv* env);
+bool RegisterWebContentsObserver(JNIEnv* env);
nyquist 2014/09/22 22:16:57 I think I'd keep this name, as the native class na
wajahat 2014/09/25 12:20:46 Done.
} // namespace content
#endif // CONTENT_BROWSER_ANDROID_WEB_CONTENTS_OBSERVER_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698