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

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: namespace 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
Index: athena/content/web_activity.cc
diff --git a/athena/content/web_activity.cc b/athena/content/web_activity.cc
index a6bdb82b51a516046566685066eb1c40b0b0422f..c7ad8999db2a11aacaf6d88cf12b04acd00e083e 100644
--- a/athena/content/web_activity.cc
+++ b/athena/content/web_activity.cc
@@ -366,7 +366,7 @@ class AthenaWebView : public views::WebView {
}
content::JavaScriptDialogManager* GetJavaScriptDialogManager() override {
- return GetJavaScriptDialogManagerInstance();
+ return app_modal_dialogs::JavaScriptDialogManager::GetInstance();
}
content::ColorChooser* OpenColorChooser(

Powered by Google App Engine
This is Rietveld 408576698