Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index a72e7e986deb9c47a91ff447a1a7fa3ddbd81dd5..d59030e6560efd0193e2796ffdf1701d415b02f9 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -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 |