Chromium Code Reviews| Index: android_webview/lib/aw_browser_dependency_factory_impl.h |
| diff --git a/android_webview/lib/aw_browser_dependency_factory_impl.h b/android_webview/lib/aw_browser_dependency_factory_impl.h |
| index 4b9a00371d823a9e0ca1c00239d9d999a23391e6..dbcdaaebc18760238962ecb3ea9448b63b8af718 100644 |
| --- a/android_webview/lib/aw_browser_dependency_factory_impl.h |
| +++ b/android_webview/lib/aw_browser_dependency_factory_impl.h |
| @@ -31,8 +31,7 @@ class AwBrowserDependencyFactoryImpl : public AwBrowserDependencyFactory { |
| virtual content::WebContents* CreateWebContents(bool incognito) OVERRIDE; |
| virtual AwContentsContainer* CreateContentsContainer( |
| content::WebContents* contents) OVERRIDE; |
| - virtual content::JavaScriptDialogCreator* GetJavaScriptDialogCreator() |
| - OVERRIDE; |
| + virtual content::JavaScriptDialogCreator* GetJavaScriptDialogCreator(); |
|
joth
2012/09/24 21:39:46
this must indicate a bug. yaron, can you advise wh
Yaron
2012/09/24 21:42:28
Ha, didn't look at this file.. the function should
|
| private: |
| void InitializeNetworkDelegateOnIOThread( |
| @@ -51,4 +50,3 @@ class AwBrowserDependencyFactoryImpl : public AwBrowserDependencyFactory { |
| } // namespace android_webview |
| #endif // ANDROID_WEBVIEW_LIB_BROWSER_DELEGATE_IMPL_H_ |
| - |