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

Unified Diff: chrome/browser/ui/cocoa/options/content_settings_dialog_controller.h

Issue 6534021: Implemented a policy to match the ClearSiteDataOnExit pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved policy description. Created 9 years, 10 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/cocoa/options/content_settings_dialog_controller.h
diff --git a/chrome/browser/ui/cocoa/options/content_settings_dialog_controller.h b/chrome/browser/ui/cocoa/options/content_settings_dialog_controller.h
index 4fbd59d0392381e106124abc3c78b8d3edb7399c..a785bd82adc3c3f9ee1fceb58181c090da5a9efe 100644
--- a/chrome/browser/ui/cocoa/options/content_settings_dialog_controller.h
+++ b/chrome/browser/ui/cocoa/options/content_settings_dialog_controller.h
@@ -94,6 +94,7 @@ class Profile;
@property(nonatomic) NSInteger notificationsSettingIndex;
@property(nonatomic, readonly) BOOL blockThirdPartyCookiesManaged;
+@property(nonatomic, readonly) BOOL clearSiteDataOnExitManaged;
@property(nonatomic, readonly) BOOL cookieSettingsManaged;
@property(nonatomic, readonly) BOOL imagesSettingsManaged;
@property(nonatomic, readonly) BOOL javaScriptSettingsManaged;

Powered by Google App Engine
This is Rietveld 408576698