| Index: chrome/browser/extensions/extension_host.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_host.h (revision 166869)
|
| +++ chrome/browser/extensions/extension_host.h (working copy)
|
| @@ -166,9 +166,6 @@
|
| 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(
|
|
|