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

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

Issue 2479683006: [Sync] Add support for identifying tabbed activites (Closed)
Patch Set: Self review Created 4 years, 1 month 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 18fd09e8493c0286c55b7553cffda8d1d0307826..4dc93e8387fa966d2dffdd934b9b43e7c70d1870 100644
--- a/chrome/browser/ui/android/tab_model/tab_model.h
+++ b/chrome/browser/ui/android/tab_model/tab_model.h
@@ -66,7 +66,7 @@ class TabModel : public content::NotificationObserver {
virtual bool IsSessionRestoreInProgress() const = 0;
protected:
- explicit TabModel(Profile* profile);
+ explicit TabModel(Profile* profile, bool is_tabbed_activity);
~TabModel() override;
// Instructs the TabModel to broadcast a notification that all tabs are now
« no previous file with comments | « chrome/browser/sync/glue/synced_window_delegate_android.cc ('k') | chrome/browser/ui/android/tab_model/tab_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698