Index: chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h |
diff --git a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h |
index 5525f1682b368116a3de267f9ee95450fa7862dc..76bad7dbd23b9742baf11d08805b7d9f0bcc4a7d 100644 |
--- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h |
+++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h |
@@ -32,7 +32,7 @@ class TabContentsSyncedTabDelegate |
virtual content::NavigationEntry* GetPendingEntry() const OVERRIDE; |
virtual content::NavigationEntry* GetEntryAtIndex(int i) const OVERRIDE; |
virtual content::NavigationEntry* GetActiveEntry() const OVERRIDE; |
- virtual bool ProfileIsManaged() const OVERRIDE; |
+ virtual bool ProfileIsSupervised() const OVERRIDE; |
virtual const std::vector<const content::NavigationEntry*>* |
GetBlockedNavigations() const OVERRIDE; |
virtual bool IsPinned() const OVERRIDE; |