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

Unified Diff: chrome/browser/ui/android/tab_model/tab_model_unittest.cc

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_unittest.cc
diff --git a/chrome/browser/ui/android/tab_model/tab_model_unittest.cc b/chrome/browser/ui/android/tab_model/tab_model_unittest.cc
index 7863dacda262237a77287a5c710621ca8077e13b..83295912f5c96bd3f982fc3a15a5e346fc355b65 100644
--- a/chrome/browser/ui/android/tab_model/tab_model_unittest.cc
+++ b/chrome/browser/ui/android/tab_model/tab_model_unittest.cc
@@ -29,8 +29,7 @@ class TabModelAndroidProfileMock : public TestingProfile {
class TestTabModel : public TabModel {
public:
- explicit TestTabModel(Profile* profile)
- : TabModel(profile) {}
+ explicit TestTabModel(Profile* profile) : TabModel(profile, false) {}
int GetTabCount() const override { return 0; }
int GetActiveIndex() const override { return 0; }
« no previous file with comments | « chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc ('k') | components/sync/protocol/proto_enum_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698