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

Unified Diff: android_webview/native/aw_browser_dependency_factory.h

Issue 10907166: Upstream chromium side of modal dialogs for webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « android_webview/native/android_webview_jni_registrar.cc ('k') | android_webview/native/aw_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_browser_dependency_factory.h
diff --git a/android_webview/native/aw_browser_dependency_factory.h b/android_webview/native/aw_browser_dependency_factory.h
index 791406951538dbc2876c0b328b623f250631dbbd..43ca618e93f43c16913bf24e70e1438810c7ab90 100644
--- a/android_webview/native/aw_browser_dependency_factory.h
+++ b/android_webview/native/aw_browser_dependency_factory.h
@@ -47,10 +47,6 @@ class AwBrowserDependencyFactory {
virtual AwContentsContainer* CreateContentsContainer(
content::WebContents* contents) = 0;
- // As per the WebContentsDelegate method of the same name. Ownership is NOT
- // returned; the instance must be long-lived.
- virtual content::JavaScriptDialogCreator* GetJavaScriptDialogCreator() = 0;
-
protected:
AwBrowserDependencyFactory();
@@ -61,4 +57,3 @@ class AwBrowserDependencyFactory {
} // namespace android_webview
#endif // ANDROID_WEBVIEW_AW_BROWSER_DELEGATE_H_
-
« no previous file with comments | « android_webview/native/android_webview_jni_registrar.cc ('k') | android_webview/native/aw_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698