diff options
Diffstat (limited to 'chrome/browser/sync/glue/synced_tab_delegate.h')
| -rw-r--r-- | chrome/browser/sync/glue/synced_tab_delegate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/sync/glue/synced_tab_delegate.h b/chrome/browser/sync/glue/synced_tab_delegate.h index 56faeb2..363d532 100644 --- a/chrome/browser/sync/glue/synced_tab_delegate.h +++ b/chrome/browser/sync/glue/synced_tab_delegate.h @@ -19,19 +19,19 @@ class NavigationEntry; namespace browser_sync { // A SyncedTabDelegate is used to insulate the sync code from depending -// directly on WebContents, TabContentsWrapper and NavigationController. +// directly on WebContents, TabContents and NavigationController. class SyncedTabDelegate { public: virtual ~SyncedTabDelegate() {} - // Method from TabContentsWrapper. + // Method from TabContents. virtual SessionID::id_type GetWindowId() const = 0; virtual SessionID::id_type GetSessionId() const = 0; virtual bool IsBeingDestroyed() const = 0; virtual Profile* profile() const = 0; - // Method derived from TabContentsWrapper. + // Method derived from TabContents. virtual bool HasExtensionAppId() const = 0; virtual const std::string& GetExtensionAppId() const = 0; |
