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

Unified Diff: chromeos/dbus/fake_session_manager_client.h

Issue 16770002: Restart Chrome if per session flags have been specified on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to ToT and addressed Nico's comments. Created 7 years, 6 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: chromeos/dbus/fake_session_manager_client.h
diff --git a/chromeos/dbus/fake_session_manager_client.h b/chromeos/dbus/fake_session_manager_client.h
index 044314f52b6cac2b11415bca11c3d50087934efc..1acd08232b94fc8e872760397418110c3bf569b4 100644
--- a/chromeos/dbus/fake_session_manager_client.h
+++ b/chromeos/dbus/fake_session_manager_client.h
@@ -57,6 +57,8 @@ class FakeSessionManagerClient : public chromeos::SessionManagerClient {
const std::string& account_id,
const std::string& policy_blob,
const StorePolicyCallback& callback) OVERRIDE;
+ virtual void SetFlagsForUser(const std::string& username,
+ const std::vector<std::string>& flags) OVERRIDE;
const std::string& device_policy() const;
void set_device_policy(const std::string& policy_blob);

Powered by Google App Engine
This is Rietveld 408576698