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; |