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

Unified Diff: chrome/browser/managed_mode/managed_user_service.h

Issue 12208068: Add a set passphrase dialog for managed user accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix year in new files. Created 7 years, 10 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/managed_mode/managed_user_service.h
diff --git a/chrome/browser/managed_mode/managed_user_service.h b/chrome/browser/managed_mode/managed_user_service.h
index 7120eee9d75d1b9bcc75c771395216439882d823..87be140b6f2f9b558a052d17f674cc3be6ea2bbe 100644
--- a/chrome/browser/managed_mode/managed_user_service.h
+++ b/chrome/browser/managed_mode/managed_user_service.h
@@ -40,6 +40,8 @@ class ManagedUserService : public ProfileKeyedService,
bool ProfileIsManaged() const;
+ bool IsElevated() const;
+
static void RegisterUserPrefs(PrefServiceSyncable* prefs);
// Returns the URL filter for the IO thread, for filtering network requests
@@ -76,7 +78,7 @@ class ManagedUserService : public ProfileKeyedService,
void SetManualBehaviorForURLs(const std::vector<GURL>& url,
ManualBehavior behavior);
- void SetElevatedForTesting(bool is_elevated);
+ void SetElevated(bool is_elevated);
// Initializes this object. This method does nothing if the profile is not
// managed. This method only needs to be called if the profile is set to be

Powered by Google App Engine
This is Rietveld 408576698