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

Unified Diff: athena/content/web_activity.cc

Issue 688853005: Consolidate javascript_dialog_manager.h and javascript_dialog_manager_impl.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | athena/extensions/athena_javascript_native_dialog_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/web_activity.cc
diff --git a/athena/content/web_activity.cc b/athena/content/web_activity.cc
index d302a08f24ef3e24f4db149186733018cd89f4dc..cc4928a9870b31181f9c8f3768ca4292a1890231 100644
--- a/athena/content/web_activity.cc
+++ b/athena/content/web_activity.cc
@@ -367,7 +367,7 @@ class AthenaWebView : public views::WebView {
content::JavaScriptDialogManager* GetJavaScriptDialogManager(
content::WebContents* contents) override {
- return GetJavaScriptDialogManagerInstance();
+ return app_modal::JavaScriptDialogManager::GetInstance();
}
content::ColorChooser* OpenColorChooser(
« no previous file with comments | « no previous file | athena/extensions/athena_javascript_native_dialog_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698