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

Unified Diff: chromeos/dbus/mock_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/mock_session_manager_client.h
diff --git a/chromeos/dbus/mock_session_manager_client.h b/chromeos/dbus/mock_session_manager_client.h
index c57d5d1b0aa7546b33a83e6d41ea78e3172539cb..1596951109bc2c3f9cb7d553c7f3c2c476e4d7a5 100644
--- a/chromeos/dbus/mock_session_manager_client.h
+++ b/chromeos/dbus/mock_session_manager_client.h
@@ -51,6 +51,9 @@ class MockSessionManagerClient : public SessionManagerClient {
void(const std::string&,
const std::string&,
const StorePolicyCallback&));
+ MOCK_METHOD2(SetFlagsForUser,
+ void(const std::string&,
+ const std::vector<std::string>&));
};
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698