| 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 a729ebf1d577e8472a82a2056a11a38355531d5f..9fa9f92fb82d64ec2a620d3d522ff47f2321e9f5 100644
|
| --- a/chrome/browser/sync/sync_ui_util.h
|
| +++ b/chrome/browser/sync/sync_ui_util.h
|
| @@ -67,13 +67,6 @@ MessageType GetStatus(ProfileSyncService* service);
|
| // Returns a string with the synchronization status.
|
| string16 GetSyncMenuLabel(ProfileSyncService* service);
|
|
|
| -// Open the appropriate sync dialog for the given profile (which can be
|
| -// incognito). |browser| is the browser window that should be used if the UI
|
| -// is in-window (i.e., WebUI). |code| should be one of the START_FROM_* codes.
|
| -void OpenSyncMyBookmarksDialog(Profile* profile,
|
| - Browser* browser,
|
| - ProfileSyncService::SyncEventCodes code);
|
| -
|
| void AddBoolSyncDetail(base::ListValue* details,
|
| const std::string& stat_name,
|
| bool stat_value);
|
|
|