Chromium Code Reviews| Index: chrome/browser/sync/sync_ui_util.h |
| diff --git a/chrome/browser/sync/sync_ui_util.h b/chrome/browser/sync/sync_ui_util.h |
| index 5ea41f377bc8155a05215a614dc98b538643be37..44b9b1742ab79effce192bad117e75d9aad3b453 100644 |
| --- a/chrome/browser/sync/sync_ui_util.h |
| +++ b/chrome/browser/sync/sync_ui_util.h |
| @@ -12,6 +12,7 @@ |
| #include "base/values.h" |
| #include "chrome/browser/sync/profile_sync_service.h" |
| +class Browser; |
| class Profile; |
| class ListValue; |
| class DictionaryValue; |
| @@ -54,8 +55,9 @@ string16 GetSyncMenuLabel(ProfileSyncService* service); |
| // Open the appropriate sync dialog for the given profile (which can be |
| // incognito). |code| should be one of the START_FROM_* codes. |
|
csilv
2011/01/25 00:33:50
Consider documenting the 'browser' parameter in th
stuartmorgan
2011/01/25 01:08:43
Done.
|
| -void OpenSyncMyBookmarksDialog( |
| - Profile* profile, ProfileSyncService::SyncEventCodes code); |
| +void OpenSyncMyBookmarksDialog(Profile* profile, |
| + Browser* browser, |
| + ProfileSyncService::SyncEventCodes code); |
| void AddBoolSyncDetail(ListValue* details, |
| const std::string& stat_name, |