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

Unified Diff: chrome/browser/chromeos/settings/device_settings_test_helper.cc

Issue 2653823004: Do not restart Chrome to apply user flags with stub session manager (Closed)
Patch Set: .\ Created 3 years, 11 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/settings/device_settings_test_helper.cc
diff --git a/chrome/browser/chromeos/settings/device_settings_test_helper.cc b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
index 234a837c6d5676f6d54e9476b39619b2dece2fb7..2e86f861cbf77efc08290be48d89e02120fbf12e 100644
--- a/chrome/browser/chromeos/settings/device_settings_test_helper.cc
+++ b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
@@ -175,6 +175,10 @@ void DeviceSettingsTestHelper::StoreDeviceLocalAccountPolicy(
device_local_account_policy_[account_id].store_callbacks_.push_back(callback);
}
+bool DeviceSettingsTestHelper::SupportsRestartToApplyUserFlags() const {
+ return false;
+}
+
void DeviceSettingsTestHelper::SetFlagsForUser(
const cryptohome::Identification& cryptohome_id,
const std::vector<std::string>& flags) {}
« no previous file with comments | « chrome/browser/chromeos/settings/device_settings_test_helper.h ('k') | chromeos/dbus/fake_session_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698