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

Unified Diff: chrome/browser/chromeos/extensions/device_local_account_management_policy_provider_unittest.cc

Issue 2367363002: Update Public Session permissions (manifest features part) (Closed)
Patch Set: Fixed failing tests Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/extensions/device_local_account_management_policy_provider_unittest.cc
diff --git a/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider_unittest.cc b/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider_unittest.cc
index d428bf5d6071f60eb9e568f5ab6ac6b15a26a9dd..658b011deb11e4c8026dce65e1155f4a106a0cad 100644
--- a/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider_unittest.cc
+++ b/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider_unittest.cc
@@ -214,7 +214,7 @@ TEST(DeviceLocalAccountManagementPolicyProviderTest, PublicSession) {
// individually.
{
base::DictionaryValue values;
- values.Set("commands", new base::DictionaryValue());
+ values.Set("chrome_settings_overrides", new base::DictionaryValue());
Andrew T Wilson (Slow) 2016/09/27 15:15:07 In your followup CL please make sure you explicitl
Ivan Šandrk 2016/09/27 15:28:19 Done.
extension = CreatePlatformAppWithExtraValues(
&values,
extensions::Manifest::EXTERNAL_POLICY,

Powered by Google App Engine
This is Rietveld 408576698