| Index: apps/custom_launcher_page_contents.cc
|
| diff --git a/apps/custom_launcher_page_contents.cc b/apps/custom_launcher_page_contents.cc
|
| index 37e7125f38fea3cd6df678050a0d7263e37ebee9..150bfcf7236bdb2edb7e841418454e6b80d202d5 100644
|
| --- a/apps/custom_launcher_page_contents.cc
|
| +++ b/apps/custom_launcher_page_contents.cc
|
| @@ -87,7 +87,8 @@ bool CustomLauncherPageContents::IsPopupOrPanel(
|
| return true;
|
| }
|
|
|
| -bool CustomLauncherPageContents::ShouldSuppressDialogs() {
|
| +bool CustomLauncherPageContents::ShouldSuppressDialogs(
|
| + content::WebContents* source) {
|
| return true;
|
| }
|
|
|
|
|