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

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

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 side-by-side diff with in-line comments
Download patch
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 7ebcd7db2c6002da67a2b704616f039f21194c9e..c035bf9efa97a24fc7b9e0b028a9e78eac206eb9 100755
--- a/chrome/test/functional/policy_prefs_ui.py
+++ b/chrome/test/functional/policy_prefs_ui.py
@@ -196,6 +196,7 @@ class PolicyPrefsUITest(policy_base.PolicyTestBase):
'URLWhitelist': ([ 'google.com' ], []),
'EnterpriseWebStoreURL': ('', []),
'EnterpriseWebStoreName': ('', []),
+ 'EnableMemoryInfo': (True, []),
# ChromeOS-only policies:
'ChromeOsLockOnIdleSuspend': (True, [ PERSONAL ], [ 'chromeos' ]),
« chrome/app/policy/policy_templates.json ('K') | « chrome/test/data/enterprise/chrome-reverse.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698