| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 239885bbbb2db46ae6eb1386d6be15526e9029b0..3abfee8b874d8179fcfef50772bc5eb0cb449b45 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1068,7 +1068,7 @@ void ChromeBrowserMainParts::PreProfileInit() {
|
| #endif // OS_ANDROID
|
|
|
| #if defined(ENABLE_EXTENSIONS)
|
| - InstallJavaScriptDialogExtensionsClient();
|
| + javascript_dialog_extensions_client::InstallClient();
|
| #endif
|
|
|
| #if !defined(OS_IOS)
|
|
|