| 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 bdcfea1a3df724f9939beb2b9cbcb145bbfad45f..8c8fbf493a03be42637a8cae75adbe1756cf1d45 100644
|
| --- a/chrome/browser/managed_mode/managed_user_service.h
|
| +++ b/chrome/browser/managed_mode/managed_user_service.h
|
| @@ -34,6 +34,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
|
| @@ -75,7 +77,7 @@ class ManagedUserService : public ProfileKeyedService,
|
| // Updates the whitelist and the blacklist from the prefs.
|
| void UpdateManualLists();
|
|
|
| - 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
|
|
|