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

Unified Diff: chrome/renderer/content_settings_observer.h

Issue 408053002: Remove unused allowWebComponents method from ContentSettingsObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | chrome/renderer/content_settings_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/content_settings_observer.h
diff --git a/chrome/renderer/content_settings_observer.h b/chrome/renderer/content_settings_observer.h
index 6f5a6a9f07e602d8c97d04dd25236ffd24c6c817..bbb94e7e952030eb171c542fa4007697286a0e6d 100644
--- a/chrome/renderer/content_settings_observer.h
+++ b/chrome/renderer/content_settings_observer.h
@@ -65,7 +65,6 @@ class ContentSettingsObserver
virtual bool allowStorage(bool local) OVERRIDE;
virtual bool allowReadFromClipboard(bool default_value) OVERRIDE;
virtual bool allowWriteToClipboard(bool default_value) OVERRIDE;
- virtual bool allowWebComponents(bool default_value) OVERRIDE;
virtual bool allowMutationEvents(bool default_value) OVERRIDE;
virtual bool allowPushState() OVERRIDE;
virtual void didNotAllowPlugins() OVERRIDE;
« no previous file with comments | « no previous file | chrome/renderer/content_settings_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698