Chromium Code Reviews| 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_ |