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

Unified Diff: chrome/browser/chromeos/login/multi_profile_user_controller.h

Issue 117263002: Prevent ONC-pushed certificates from being used with multiprofiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments, more tests Created 7 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/browser/chromeos/login/multi_profile_user_controller.h
diff --git a/chrome/browser/chromeos/login/multi_profile_user_controller.h b/chrome/browser/chromeos/login/multi_profile_user_controller.h
index 0e86e7ef7febb7af7d3c71b9a3eda761c4225809..3c75316a6f3007af53615d2183a54e598a55f617 100644
--- a/chrome/browser/chromeos/login/multi_profile_user_controller.h
+++ b/chrome/browser/chromeos/login/multi_profile_user_controller.h
@@ -44,7 +44,7 @@ class MultiProfileUserController {
void StartObserving(Profile* user_profile);
// Removes the cached value for the given user.
pneubeck (no reviews) 2013/12/18 09:11:07 nit: s/value/values/ and the other comments in th
Joao da Silva 2013/12/18 09:40:13 Done.
- void RemoveCachedValue(const std::string& user_email);
+ void RemoveCachedValues(const std::string& user_email);
// Possible behavior values.
static const char kBehaviorUnrestricted[];

Powered by Google App Engine
This is Rietveld 408576698