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

Unified Diff: athena/extensions/extensions_delegate.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/extensions/extensions_delegate.cc
diff --git a/athena/extensions/extensions_delegate.cc b/athena/extensions/extensions_delegate.cc
index 00a93b96d990e585df76e9ad5a9a696cc38d9dc0..823a15940f5bac0b789df719d78f34df7f22c62f 100644
--- a/athena/extensions/extensions_delegate.cc
+++ b/athena/extensions/extensions_delegate.cc
@@ -18,7 +18,7 @@ ExtensionsDelegate* instance = nullptr;
ExtensionsDelegate::ExtensionsDelegate() {
InstallConstrainedWindowViewsClient();
- InstallJavaScriptDialogExtensionsClient();
+ javascript_dialog_extensions_client::InstallClient();
InstallJavaScriptNativeDialogFactory();
DCHECK(!instance);
instance = this;

Powered by Google App Engine
This is Rietveld 408576698