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

Unified Diff: chrome/browser/sync/glue/synced_tab_delegate.h

Issue 15499005: Add a new SyncedTabDelegate for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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.h
diff --git a/chrome/browser/sync/glue/synced_tab_delegate.h b/chrome/browser/sync/glue/synced_tab_delegate.h
index 9e56748e035c382cc75a7bb7bcf4afa146adc015..c1b009045c3d5f118cd122dfda36e1a67b2f4157 100644
--- a/chrome/browser/sync/glue/synced_tab_delegate.h
+++ b/chrome/browser/sync/glue/synced_tab_delegate.h
@@ -44,6 +44,7 @@ class SyncedTabDelegate {
virtual content::NavigationEntry* GetActiveEntry() const = 0;
virtual bool IsPinned() const = 0;
+ virtual bool HasWebContents() const = 0;
};
} // namespace browser_sync

Powered by Google App Engine
This is Rietveld 408576698