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

Unified Diff: chrome/browser/ui/android/tab_model/tab_model.h

Issue 270883002: Upstream base implementations of TabModel, TabModelSelector, and TabModelObserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 6 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/ui/android/tab_model/tab_model.h
diff --git a/chrome/browser/ui/android/tab_model/tab_model.h b/chrome/browser/ui/android/tab_model/tab_model.h
index 567b8e7a7b1b58553ac8b7a770ba51b1c181fd71..40d072613789381688f0ed569b63eb50fdae452b 100644
--- a/chrome/browser/ui/android/tab_model/tab_model.h
+++ b/chrome/browser/ui/android/tab_model/tab_model.h
@@ -30,9 +30,6 @@ class TabAndroid;
// with Android's Tabs and Tab Model.
class TabModel : public content::NotificationObserver {
public:
- explicit TabModel(Profile* profile);
- virtual ~TabModel();
-
virtual Profile* GetProfile() const;
virtual bool IsOffTheRecord() const;
virtual browser_sync::SyncedWindowDelegate* GetSyncedWindowDelegate() const;
@@ -60,6 +57,9 @@ class TabModel : public content::NotificationObserver {
virtual void OpenClearBrowsingData() const = 0;
protected:
+ explicit TabModel(Profile* profile);
+ virtual ~TabModel();
+
// Instructs the TabModel to broadcast a notification that all tabs are now
// loaded from storage.
void BroadcastSessionRestoreComplete();
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/ui/android/tab_model/tab_model_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698