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

Unified Diff: chrome/browser/preferences_mac.h

Issue 4062002: Dynamic policy refresh support for the Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/map/list/, nits. Created 10 years, 2 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
« no previous file with comments | « chrome/browser/policy/mock_configuration_policy_provider.h ('k') | chrome/browser/preferences_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/preferences_mac.h
diff --git a/chrome/browser/preferences_mac.h b/chrome/browser/preferences_mac.h
index 34675f002df3d7258834d5d4a7c022241721a6eb..6b447ad2687fd67df6b73495fee6e56899922858 100644
--- a/chrome/browser/preferences_mac.h
+++ b/chrome/browser/preferences_mac.h
@@ -21,6 +21,8 @@ class MacPreferences {
MacPreferences() {}
virtual ~MacPreferences() {}
+ virtual Boolean AppSynchronize(CFStringRef applicationID);
+
virtual CFPropertyListRef CopyAppValue(CFStringRef key,
CFStringRef applicationID);
« no previous file with comments | « chrome/browser/policy/mock_configuration_policy_provider.h ('k') | chrome/browser/preferences_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698