| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index a72e7e986deb9c47a91ff447a1a7fa3ddbd81dd5..5307ba8d9abdfdcb0e33ee5ed84718d0a36a785e 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -277,6 +277,8 @@ class Browser : public TabHandlerDelegate,
|
| static void OpenDownloadsWindow(Profile* profile);
|
| static void OpenHelpWindow(Profile* profile);
|
| static void OpenOptionsWindow(Profile* profile);
|
| + static void OpenClearBrowingDataDialogWindow(Profile* profile);
|
| + static void OpenImportSettingsDialogWindow(Profile* profile);
|
| #endif
|
|
|
| // Opens a window with the extensions tab in it - needed by long-lived
|
|
|