| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index 9c0e247edbde463b6c5c8d13070f2ed54617f4c1..ea1c1f1fe485fc432c9b31a4c2af34657f897144 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -166,6 +166,9 @@ class ExtensionHost : public content::WebContentsDelegate,
|
| bool user_gesture,
|
| bool* was_blocked) OVERRIDE;
|
| virtual void CloseContents(content::WebContents* contents) OVERRIDE;
|
| +#if defined(OS_CHROMEOS)
|
| + virtual bool ShouldSuppressDialogs() OVERRIDE;
|
| +#endif
|
| virtual void OnStartDownload(content::WebContents* source,
|
| content::DownloadItem* download) OVERRIDE;
|
| virtual void WebIntentDispatch(
|
|
|