| Index: apps/custom_launcher_page_contents.cc
|
| diff --git a/apps/custom_launcher_page_contents.cc b/apps/custom_launcher_page_contents.cc
|
| index 41013626df9ab7aae6b7c2c72cb280f583b823bc..e73c57f52f7b5014dcea3fd4fdb47b1492d7aac7 100644
|
| --- a/apps/custom_launcher_page_contents.cc
|
| +++ b/apps/custom_launcher_page_contents.cc
|
| @@ -84,7 +84,8 @@ bool CustomLauncherPageContents::IsPopupOrPanel(
|
| }
|
|
|
| bool CustomLauncherPageContents::ShouldSuppressDialogs(
|
| - content::WebContents* source) {
|
| + content::WebContents* source,
|
| + bool before_unload) {
|
| return true;
|
| }
|
|
|
|
|