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

Unified Diff: chrome/renderer/plugins/chrome_plugin_placeholder.h

Issue 104833006: Switch ContentSettingsObserver to be a RenderFrameObserver instead of a RenderViewObserver (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years 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/plugins/chrome_plugin_placeholder.h
===================================================================
--- chrome/renderer/plugins/chrome_plugin_placeholder.h (revision 241294)
+++ chrome/renderer/plugins/chrome_plugin_placeholder.h (working copy)
@@ -97,11 +97,6 @@
int context_menu_request_id_; // Nonzero when request pending.
base::string16 plugin_name_;
- // TODO(jam): remove this class, it's temporary until ContentSettingObserver
- // is a RenderFrameObserver.
- class RenderViewObserver;
- scoped_ptr<RenderViewObserver> view_observer_;
-
DISALLOW_COPY_AND_ASSIGN(ChromePluginPlaceholder);
};
« no previous file with comments | « chrome/renderer/content_settings_observer_unittest.cc ('k') | chrome/renderer/plugins/chrome_plugin_placeholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698