summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r--chrome/browser/browser.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index df519a1..3fa7973 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -57,17 +57,6 @@ class Browser : public TabStripModelDelegate,
TYPE_APP_POPUP = TYPE_APP | TYPE_POPUP,
};
- // Possible elements of the Browser window.
- enum WindowFeature {
- FEATURE_TITLEBAR = 1,
- FEATURE_TABSTRIP = 2,
- FEATURE_TOOLBAR = 4,
- FEATURE_LOCATIONBAR = 8,
- FEATURE_BOOKMARKBAR = 16,
- FEATURE_INFOBAR = 32,
- FEATURE_DOWNLOADSHELF = 64
- };
-
// Constructors, Creation, Showing //////////////////////////////////////////
// Creates a new browser of the given |type| and for the given |profile|. The
@@ -267,9 +256,6 @@ class Browser : public TabStripModelDelegate,
// Show various bits of UI.
void ShowDownloadsTab();
- // Returns true if the Browser supports the specified feature.
- bool SupportsWindowFeature(WindowFeature feature) const;
-
// TODO(port): port these, and re-merge the two function declaration lists.
#if defined(OS_WIN)
// Page-related commands.