| 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..a3e7349a5517f413a33b9c5e38aa4520845a1c0c 100644
|
| --- a/android_webview/lib/aw_browser_dependency_factory_impl.h
|
| +++ b/android_webview/lib/aw_browser_dependency_factory_impl.h
|
| @@ -31,8 +31,6 @@ class AwBrowserDependencyFactoryImpl : public AwBrowserDependencyFactory {
|
| virtual content::WebContents* CreateWebContents(bool incognito) OVERRIDE;
|
| virtual AwContentsContainer* CreateContentsContainer(
|
| content::WebContents* contents) OVERRIDE;
|
| - virtual content::JavaScriptDialogCreator* GetJavaScriptDialogCreator()
|
| - OVERRIDE;
|
|
|
| private:
|
| void InitializeNetworkDelegateOnIOThread(
|
| @@ -51,4 +49,3 @@ class AwBrowserDependencyFactoryImpl : public AwBrowserDependencyFactory {
|
| } // namespace android_webview
|
|
|
| #endif // ANDROID_WEBVIEW_LIB_BROWSER_DELEGATE_IMPL_H_
|
| -
|
|
|