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

Side by Side Diff: enterprise/chrome-add-reverse.reg

Issue 7629008: Modify registry and json files to add policies for testing popups. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/test/data/
Patch Set: '' Created 9 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « enterprise/chrome-add.reg ('k') | enterprise/chrome-reverse.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Windows Registry Editor Version 5.00 1 Windows Registry Editor Version 5.00
2 2
3 [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome] 3 [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
4 "HomepageLocation"="http://chromium.org" 4 "HomepageLocation"="http://chromium.org"
5 "HomepageIsNewTabPage"=dword:0 5 "HomepageIsNewTabPage"=dword:0
6 "PasswordManagerEnabled"=dword:0 6 "PasswordManagerEnabled"=dword:0
7 "PasswordManagerAllowShowPasswords"=dword:1 7 "PasswordManagerAllowShowPasswords"=dword:1
8 "RestoreOnStartup"=dword:0 8 "RestoreOnStartup"=dword:0
9 9
10 [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\RestoreOnStartupURLs] 10 [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\RestoreOnStartupURLs]
11 "0"="http://chromium.org" 11 "0"="http://chromium.org"
12 12
13 [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome] 13 [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
14 "AlternateErrorPagesEnabled"=dword:0 14 "AlternateErrorPagesEnabled"=dword:0
15 "AutoFillEnabled"=dword:1 15 "AutoFillEnabled"=dword:1
16 16
17 [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome] 17 [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
18 "DefaultCookiesSetting"=dword:0 18 "DefaultCookiesSetting"=dword:0
19 "DefaultPopupsSetting"=dword:1
19 "ClearSiteDataOnExit"=dword:0 20 "ClearSiteDataOnExit"=dword:0
20 "BlockThirdPartyCookies"=dword:0 21 "BlockThirdPartyCookies"=dword:0
21 22
22 [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome] 23 [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
23 "AlwaysAuthorizePlugins"=dword:0 24 "AlwaysAuthorizePlugins"=dword:0
24 "DeveloperToolsDisabled"=dword:0 25 "DeveloperToolsDisabled"=dword:0
25 "DisableSpdy"=dword:0 26 "DisableSpdy"=dword:0
26 "DnsPrefetchingEnabled"=dword:0 27 "DnsPrefetchingEnabled"=dword:0
27 "IncognitoEnabled"=dword:0 28 "IncognitoEnabled"=dword:0
28 "InstantEnabled"=dword:0 29 "InstantEnabled"=dword:0
29 "JavascriptEnabled"=dword:0 30 "JavascriptEnabled"=dword:1
30 "MetricsReportingEnabled"=dword:0 31 "MetricsReportingEnabled"=dword:0
31 "PrintingEnabled"=dword:0 32 "PrintingEnabled"=dword:0
32 "SafeBrowsingEnabled"=dword:0 33 "SafeBrowsingEnabled"=dword:0
33 "SavingBrowserHistoryDisabled"=dword:0 34 "SavingBrowserHistoryDisabled"=dword:0
34 "SearchSuggestEnabled"=dword:0 35 "SearchSuggestEnabled"=dword:0
35 "ShowHomeButton"=dword:0 36 "ShowHomeButton"=dword:0
36 "SyncDisabled"=dword:0 37 "SyncDisabled"=dword:0
OLDNEW
« no previous file with comments | « enterprise/chrome-add.reg ('k') | enterprise/chrome-reverse.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698