| Index: chrome/browser/profile.h
|
| ===================================================================
|
| --- chrome/browser/profile.h (revision 58702)
|
| +++ chrome/browser/profile.h (working copy)
|
| @@ -377,6 +377,11 @@
|
| // Returns the ProfileSyncService, creating if not yet created.
|
| virtual ProfileSyncService* GetProfileSyncService() = 0;
|
|
|
| + // Returns the ProfileSyncService, creating if not yet created, with
|
| + // the specified CrOS username.
|
| + virtual ProfileSyncService* GetProfileSyncService(
|
| + const std::string& cros_user) = 0;
|
| +
|
| // Returns the CloudPrintProxyService, creating if not yet created.
|
| virtual CloudPrintProxyService* GetCloudPrintProxyService() = 0;
|
|
|
|
|