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

Unified Diff: chrome/browser/sync/profile_sync_test_util.h

Issue 2768633003: Dynamic updating recent menu for tabs from other devices. (Closed)
Patch Set: Fixes compilation and test on Mac. Created 3 years, 9 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/profile_sync_test_util.h
diff --git a/chrome/browser/sync/profile_sync_test_util.h b/chrome/browser/sync/profile_sync_test_util.h
index 34be1dfe232533a656d318dc4740d486d3035d6c..abc98d267d3cea13a060b2d1d0a0b102511dfc37 100644
--- a/chrome/browser/sync/profile_sync_test_util.h
+++ b/chrome/browser/sync/profile_sync_test_util.h
@@ -58,4 +58,7 @@ std::unique_ptr<TestingProfile> MakeSignedInTestingProfile();
std::unique_ptr<KeyedService> BuildMockProfileSyncService(
content::BrowserContext* context);
+std::unique_ptr<KeyedService> BuildNiceMockProfileSyncService(
Peter Kasting 2017/03/28 21:38:39 Nit: Add comment about how this is distinct from t
sath 2017/03/29 06:26:15 Before my changes in class RecentTabsSubMenuModel
Peter Kasting 2017/03/29 07:20:45 Did the "uninteresting call"s result in test failu
+ content::BrowserContext* context);
+
#endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_TEST_UTIL_H_
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_test_util.cc » ('j') | chrome/browser/sync/profile_sync_test_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698