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

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

Issue 21022018: Sessions API - previously Session Restore API. Supports restoring currently open foreign windows an… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 7 years, 4 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_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 43232963c285fa90049b8d990b2ccbc30a66436d..a026d4a95c5dd4fe01ad0259369732b00e26e6f0 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -269,7 +269,7 @@ class ProfileSyncService : public ProfileSyncServiceBase,
// null.
// TODO(zea): Figure out a better way to expose this to the UI elements that
// need it.
- browser_sync::SessionModelAssociator* GetSessionModelAssociator();
+ virtual browser_sync::SessionModelAssociator* GetSessionModelAssociator();
// Returns sync's representation of the local device info.
// Return value is an empty scoped_ptr if the device info is unavailable.

Powered by Google App Engine
This is Rietveld 408576698