| Index: chrome/renderer/content_settings_observer.h
|
| diff --git a/chrome/renderer/content_settings_observer.h b/chrome/renderer/content_settings_observer.h
|
| index 6a944a938ed3e649d5bb376f7f051f09acedfb63..4ff25cfc90f214a4db1a2371e464017262bb27b4 100644
|
| --- a/chrome/renderer/content_settings_observer.h
|
| +++ b/chrome/renderer/content_settings_observer.h
|
| @@ -100,7 +100,6 @@ class ContentSettingsObserver
|
| // Message handlers.
|
| void OnLoadBlockedPlugins(const std::string& identifier);
|
| void OnSetAsInterstitial();
|
| - void OnSetAllowDisplayingInsecureContent(bool allow);
|
| void OnSetAllowRunningInsecureContent(bool allow);
|
| void OnReloadFrame();
|
| void OnRequestFileSystemAccessAsyncResponse(int request_id, bool allowed);
|
|
|