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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.h

Issue 9464053: Hide/Disable several (meaningless) options in Settings uber-page for Guest. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Another merge Created 8 years, 9 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/options2/chromeos/core_chromeos_options_handler2.h
diff --git a/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.h b/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.h
index 58b4fa37a82af78a57f14fcffc9f9e86ddbdb997..3a8a594aac193d9c46b8575de6e418a135f3de9f 100644
--- a/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.h
+++ b/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.h
@@ -32,6 +32,10 @@ class CoreChromeOSOptionsHandler : public ::options2::CoreOptionsHandler {
const std::string& metric) OVERRIDE;
virtual void StopObservingPref(const std::string& path) OVERRIDE;
+ // OptionsPageUIHandler implementation.
+ virtual void GetLocalizedValues(
+ base::DictionaryValue* localized_strings) OVERRIDE;
+
// content::NotificationObserver implementation.
virtual void Observe(int type,
const content::NotificationSource& source,

Powered by Google App Engine
This is Rietveld 408576698