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

Unified Diff: chrome/browser/preferences_mac.cc

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/preferences_mac.h ('k') | chrome/browser/preferences_mock_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/preferences_mac.cc
diff --git a/chrome/browser/preferences_mac.cc b/chrome/browser/preferences_mac.cc
index f1430f722d1dfca9dce99d81baa5531df25bb325..89f4aade629461e46374a756e80e726836e6a8bc 100644
--- a/chrome/browser/preferences_mac.cc
+++ b/chrome/browser/preferences_mac.cc
@@ -4,6 +4,10 @@
#include "chrome/browser/preferences_mac.h"
+Boolean MacPreferences::AppSynchronize(CFStringRef applicationID) {
+ return CFPreferencesAppSynchronize(applicationID);
+}
+
CFPropertyListRef MacPreferences::CopyAppValue(CFStringRef key,
CFStringRef applicationID) {
return CFPreferencesCopyAppValue(key, applicationID);
« no previous file with comments | « chrome/browser/preferences_mac.h ('k') | chrome/browser/preferences_mock_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698