Chromium Code Reviews| 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_ |