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

Unified Diff: chrome/browser/ui/webui/options/personal_options_handler.h

Issue 7342009: Show a different banner in chrome://settings for extension-controlled settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 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
Index: chrome/browser/ui/webui/options/personal_options_handler.h
diff --git a/chrome/browser/ui/webui/options/personal_options_handler.h b/chrome/browser/ui/webui/options/personal_options_handler.h
index afebea011cfa05ac0e627b098a3f62224e59a535..7f23fbc72ffae27eefd32de0621df58904bd9be1 100644
--- a/chrome/browser/ui/webui/options/personal_options_handler.h
+++ b/chrome/browser/ui/webui/options/personal_options_handler.h
@@ -14,8 +14,6 @@
#include "content/common/notification_registrar.h"
#endif
-class OptionsManagedBannerHandler;
-
// Chrome personal options page UI handler.
class PersonalOptionsHandler : public OptionsPageUIHandler,
public ProfileSyncServiceObserver,
@@ -55,8 +53,6 @@ class PersonalOptionsHandler : public OptionsPageUIHandler,
NotificationRegistrar registrar_;
#endif
- scoped_ptr<OptionsManagedBannerHandler> banner_handler_;
-
// True if the multiprofiles switch is enabled.
bool multiprofile_;

Powered by Google App Engine
This is Rietveld 408576698