Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10023)

Unified Diff: chrome/renderer/content_settings_observer.h

Issue 10577028: Move the mixed scripting infobar to a page action icon / content setting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/content_settings_observer.h
===================================================================
--- chrome/renderer/content_settings_observer.h (revision 142907)
+++ chrome/renderer/content_settings_observer.h (working copy)
@@ -61,8 +61,9 @@
bool AllowScriptFromSource(WebKit::WebFrame* frame, bool enabled_per_settings,
const WebKit::WebURL& script_url);
bool AllowStorage(WebKit::WebFrame* frame, bool local);
- void DidNotAllowPlugins(WebKit::WebFrame* frame);
- void DidNotAllowScript(WebKit::WebFrame* frame);
+ void DidNotAllowPlugins();
+ void DidNotAllowScript();
+ void DidNotAllowMixedScript();
private:
FRIEND_TEST_ALL_PREFIXES(ContentSettingsObserverTest, WhitelistedSchemes);

Powered by Google App Engine
This is Rietveld 408576698