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

Side by Side Diff: chrome/test/data/profiles/chrome_prefs/Preferences

Issue 3051001: Adjust preference sync code to only sync user modifiable preferences. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: separate out the download_manager_unittest.cc fixes Created 10 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 unified diff | Download patch
« no previous file with comments | « chrome/test/data/profiles/chrome_prefs/History ('k') | chrome/test/testing_pref_service.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "extensions": {
3 "theme": {
4 "use_system": false
5 }
6 },
7 "intl": {
8 "charset_default": "utf8"
9 },
10 "webkit": {
11 "webprefs": {
12 "default_font_size": 20,
13 "text_areas_are_resizable": false,
14 "uses_universal_detector": true,
15
16 "foo": "bar",
17 "standard_font_family": true
18 }
19 }
20 }
OLDNEW
« no previous file with comments | « chrome/test/data/profiles/chrome_prefs/History ('k') | chrome/test/testing_pref_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698