| Index: chrome/browser/sync/glue/synced_tab_delegate.h
|
| diff --git a/chrome/browser/sync/glue/synced_tab_delegate.h b/chrome/browser/sync/glue/synced_tab_delegate.h
|
| index 008748ecaa30533d4d82d83ea8fa9f176db761b5..65b29ba7d2910c40784d13e46f84c36823958f8e 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate.h
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate.h
|
| @@ -45,9 +45,9 @@ class SyncedTabDelegate {
|
| virtual content::NavigationEntry* GetEntryAtIndex(int i) const = 0;
|
| virtual content::NavigationEntry* GetActiveEntry() const = 0;
|
|
|
| - // Managed user related methods.
|
| + // Supervised user related methods.
|
|
|
| - virtual bool ProfileIsManaged() const = 0;
|
| + virtual bool ProfileIsSupervised() const = 0;
|
| virtual const std::vector<const content::NavigationEntry*>*
|
| GetBlockedNavigations() const = 0;
|
|
|
|
|