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

Side by Side Diff: chrome/test/data/enterprise/chrome-reverse.json

Issue 8896018: Add a policy pref for the --enable-memory-info flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing file with RegisterBooleanPref(). Created 9 years 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "_comment": "This file is for enterprise testing in Linux.", 2 "_comment": "This file is for enterprise testing in Linux.",
3 "_comment": "Test that use this file: enterprise.py.", 3 "_comment": "Test that use this file: enterprise.py.",
4 "AlternateErrorPagesEnabled": false, 4 "AlternateErrorPagesEnabled": false,
5 "AlwaysAuthorizePlugins": false, 5 "AlwaysAuthorizePlugins": false,
6 "AutoFillEnabled": true, 6 "AutoFillEnabled": true,
7 "BlockThirdPartyCookies": false, 7 "BlockThirdPartyCookies": false,
8 "ClearSiteDataOnExit": false, 8 "ClearSiteDataOnExit": false,
9 "DefaultBrowserSettingEnabled": false, 9 "DefaultBrowserSettingEnabled": false,
10 "DefaultCookiesSetting": 0, 10 "DefaultCookiesSetting": 0,
11 "DefaultGeolocationSetting": 0, 11 "DefaultGeolocationSetting": 0,
12 "DefaultImagesSetting": 0, 12 "DefaultImagesSetting": 0,
13 "DefaultJavaScriptSetting": 0, 13 "DefaultJavaScriptSetting": 0,
14 "DefaultNotificationSetting": 2, 14 "DefaultNotificationSetting": 2,
15 "DefaultPluginsSetting": 0, 15 "DefaultPluginsSetting": 0,
16 "DefaultPopupsSetting": 1, 16 "DefaultPopupsSetting": 1,
17 "DefaultSearchProviderEnabled": false, 17 "DefaultSearchProviderEnabled": false,
18 "DeveloperToolsDisabled": false, 18 "DeveloperToolsDisabled": false,
19 "Disable3DAPIs": true, 19 "Disable3DAPIs": true,
20 "DisableAuthNegotiateCnameLookup": true, 20 "DisableAuthNegotiateCnameLookup": true,
21 "DisableSpdy": false, 21 "DisableSpdy": false,
22 "DnsPrefetchingEnabled": false, 22 "DnsPrefetchingEnabled": false,
23 "EditBookmarksEnabled":false, 23 "EditBookmarksEnabled":false,
24 "EnableAuthNegotiatePort": true, 24 "EnableAuthNegotiatePort": true,
25 "EnableMemoryInfo": true,
25 "EnableOriginBoundCerts": true, 26 "EnableOriginBoundCerts": true,
26 "HomepageIsNewTabPage": false, 27 "HomepageIsNewTabPage": false,
27 "HomepageLocation": "http://chromium.org", 28 "HomepageLocation": "http://chromium.org",
28 "IncognitoEnabled": false, 29 "IncognitoEnabled": false,
29 "InstantEnabled": false, 30 "InstantEnabled": false,
30 "JavascriptEnabled": true, 31 "JavascriptEnabled": true,
31 "MetricsReportingEnabled": false, 32 "MetricsReportingEnabled": false,
32 "PasswordManagerAllowShowPasswords": true, 33 "PasswordManagerAllowShowPasswords": true,
33 "PasswordManagerEnabled": false, 34 "PasswordManagerEnabled": false,
34 "PrintingEnabled": false, 35 "PrintingEnabled": false,
35 "ProxyBypassList": "http://www.example1.com,http://www.example2.com,http://int ernalsite/", 36 "ProxyBypassList": "http://www.example1.com,http://www.example2.com,http://int ernalsite/",
36 "ProxyMode": "direct", 37 "ProxyMode": "direct",
37 "ProxyPacUrl": "http://internal.site/example.pac", 38 "ProxyPacUrl": "http://internal.site/example.pac",
38 "ProxyServer": "123.123.123.123:8080", 39 "ProxyServer": "123.123.123.123:8080",
39 "RestoreOnStartup": 0, 40 "RestoreOnStartup": 0,
40 "RestoreOnStartupURLs": ["http://chromium.org"], 41 "RestoreOnStartupURLs": ["http://chromium.org"],
41 "SafeBrowsingEnabled": false, 42 "SafeBrowsingEnabled": false,
42 "SavingBrowserHistoryDisabled": false, 43 "SavingBrowserHistoryDisabled": false,
43 "SearchSuggestEnabled": false, 44 "SearchSuggestEnabled": false,
44 "ShowHomeButton": false, 45 "ShowHomeButton": false,
45 "SyncDisabled": false, 46 "SyncDisabled": false,
46 "TranslateEnabled": false, 47 "TranslateEnabled": false,
47 "Disable3DAPIs": false 48 "Disable3DAPIs": false
48 } 49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698