| Index: athena/content/web_activity.cc
|
| diff --git a/athena/content/web_activity.cc b/athena/content/web_activity.cc
|
| index b29deef77d7a6eedf6b8e491aa0f7fad374013ad..6d570b8796eb90a7600b5ceffa3f622059922c09 100644
|
| --- a/athena/content/web_activity.cc
|
| +++ b/athena/content/web_activity.cc
|
| @@ -15,6 +15,7 @@
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "components/app_modal_dialogs/javascript_dialog_manager.h"
|
| #include "components/favicon_base/select_favicon_frames.h"
|
| #include "content/public/browser/native_web_keyboard_event.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| @@ -364,8 +365,7 @@ class AthenaWebView : public views::WebView {
|
| }
|
|
|
| content::JavaScriptDialogManager* GetJavaScriptDialogManager() override {
|
| - NOTIMPLEMENTED();
|
| - return nullptr;
|
| + return GetJavaScriptDialogManagerInstance();
|
| }
|
|
|
| content::ColorChooser* OpenColorChooser(
|
|
|