| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 26999ee9d2b20e84cc5fe364f3fec259cf02b4b4..624b611902a8f55fc883016fee517a7d275ef93e 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -331,6 +331,7 @@ class Browser : public TabHandlerDelegate,
|
| static void OpenClearBrowsingDataDialogWindow(Profile* profile);
|
| static void OpenImportSettingsDialogWindow(Profile* profile);
|
| static void OpenInstantConfirmDialogWindow(Profile* profile);
|
| + static void OpenSyncSetupWindow(Profile* profile);
|
| #endif
|
|
|
| // Opens a window with the extensions tab in it - needed by long-lived
|
|
|