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*>* |