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

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

Issue 7310003: Disable chrome://options UI elements if the corresponding preference is not user-modifiable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/content_settings_handler.h
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.h b/chrome/browser/ui/webui/options/content_settings_handler.h
index 053c66748cfea8dc443380c2dad7afee642cdff4..2df98296f6c92a1fab550960115d0535b41a4424 100644
--- a/chrome/browser/ui/webui/options/content_settings_handler.h
+++ b/chrome/browser/ui/webui/options/content_settings_handler.h
@@ -85,9 +85,6 @@ class ContentSettingsHandler : public OptionsPageUIHandler {
// rejected. Called while the user is editing an exception pattern.
void CheckExceptionPatternValidity(const ListValue* args);
- // Sets the global 3rd party cookies pref.
- void SetAllowThirdPartyCookies(const ListValue* args);
-
// Utility functions ---------------------------------------------------------
// Gets the HostContentSettingsMap for the normal profile.

Powered by Google App Engine
This is Rietveld 408576698