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

Unified Diff: chrome/browser/sync/glue/synced_tab_delegate_android.cc

Issue 316863002: Rename "managed (mode|user)" to "supervised user" (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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: chrome/browser/sync/glue/synced_tab_delegate_android.cc
diff --git a/chrome/browser/sync/glue/synced_tab_delegate_android.cc b/chrome/browser/sync/glue/synced_tab_delegate_android.cc
index 3de039e6a987d3227fa9584914ac92ad5800f8e0..43140cf160aebd32a9f6649d8a1160978a24de32 100644
--- a/chrome/browser/sync/glue/synced_tab_delegate_android.cc
+++ b/chrome/browser/sync/glue/synced_tab_delegate_android.cc
@@ -99,9 +99,9 @@ void SyncedTabDelegateAndroid::SetWebContents(
void SyncedTabDelegateAndroid::ResetWebContents() { web_contents_ = NULL; }
-bool SyncedTabDelegateAndroid::ProfileIsManaged() const {
+bool SyncedTabDelegateAndroid::ProfileIsSupervised() const {
return TabContentsSyncedTabDelegate::FromWebContents(web_contents_)
- ->ProfileIsManaged();
+ ->ProfileIsSupervised();
}
const std::vector<const content::NavigationEntry*>*
« no previous file with comments | « chrome/browser/sync/glue/synced_tab_delegate_android.h ('k') | chrome/browser/sync/managed_user_signin_manager_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698