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

Unified Diff: components/browser_sync/profile_sync_service.h

Issue 2768633003: Dynamic updating recent menu for tabs from other devices. (Closed)
Patch Set: 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: components/browser_sync/profile_sync_service.h
diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
index 7048a483f899c0dd998749f02a638d8fbc3049eb..3680d23c250854a6761faec3418337f7429d899f 100644
--- a/components/browser_sync/profile_sync_service.h
+++ b/components/browser_sync/profile_sync_service.h
@@ -58,6 +58,7 @@
class Profile;
class ProfileOAuth2TokenService;
+class RecentTabsSubMenuModelTest;
class SigninManagerWrapper;
namespace sync_sessions {
@@ -612,6 +613,7 @@ class ProfileSyncService : public syncer::SyncServiceBase,
};
friend class TestProfileSyncService;
+ friend class ::RecentTabsSubMenuModelTest;
Peter Kasting 2017/03/23 04:48:35 Is there a way to test this functionality without
// Helper to install and configure a data type manager.
void ConfigureDataTypeManager();

Powered by Google App Engine
This is Rietveld 408576698