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

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

Issue 14507003: Add tray warning for Locally managed users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win-aura compile error Created 7 years, 8 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/chromeos/login/user_manager.h
diff --git a/chrome/browser/chromeos/login/user_manager.h b/chrome/browser/chromeos/login/user_manager.h
index ffd549322565dff0f74772a66a000503f12da7a8..442e4a72b42c7c8e5cbc50949a238c57ff562073 100644
--- a/chrome/browser/chromeos/login/user_manager.h
+++ b/chrome/browser/chromeos/login/user_manager.h
@@ -255,6 +255,10 @@ class UserManager {
virtual bool IsUserNonCryptohomeDataEphemeral(
const std::string& email) const = 0;
+ // Returns manager user ID for given |managed_user_id|.
+ virtual std::string GetManagerForManagedUser(
+ const std::string& managed_user_id) const = 0;
+
// Create a record about starting locally managed user creation transaction.
virtual void StartLocallyManagedUserCreationTransaction(
const string16& display_name) = 0;
« no previous file with comments | « chrome/browser/chromeos/login/mock_user_manager.h ('k') | chrome/browser/chromeos/login/user_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698