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

Unified Diff: chrome/test/functional/policy_prefs_ui.py

Issue 8572006: Add policies to control the disk cache size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: This time two more for realz. Created 9 years, 1 month 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/common/pref_names.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/policy_prefs_ui.py
diff --git a/chrome/test/functional/policy_prefs_ui.py b/chrome/test/functional/policy_prefs_ui.py
index 10a6248ac442ad94d93d89f63b79b69f8aa98210..92128161ac1e6b735092d7866128613d13f452af 100644
--- a/chrome/test/functional/policy_prefs_ui.py
+++ b/chrome/test/functional/policy_prefs_ui.py
@@ -106,6 +106,8 @@ class PolicyPrefsUITest(pyauto.PyUITest):
'SyncDisabled': (True, []),
'UserDataDir': ('${users}/${user_name}/chrome-test', [], [ 'win', 'mac' ]),
'DiskCacheDir': ('${user_home}/test-cache', [], [ 'win', 'mac', 'linux' ]),
+ 'DiskCacheSize': (100, [], [ 'win', 'mac', 'linux' ]),
+ 'MediaCacheSize': (200, [], [ 'win', 'mac', 'linux' ]),
'DownloadDirectory': ('${user_home}/test-downloads', [ ADVANCED ],
[ 'win', 'mac', 'linux' ]),
'ClearSiteDataOnExit': (True, [ CONTENT ]),
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698