Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1944)

Unified Diff: chrome/browser/ui/browser.h

Issue 2552903003: Remove unreleased web app frame code from ChromeOS (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 3fe7f3b6a0bf8b1bf4f20727aa43ad46157eb50b..253be0c927458fde8a473d492091a1f27f643cdc 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -138,7 +138,6 @@ class Browser : public TabStripModelObserver,
FEATURE_BOOKMARKBAR = 16,
FEATURE_INFOBAR = 32,
FEATURE_DOWNLOADSHELF = 64,
- FEATURE_WEBAPPFRAME = 128
};
// The context for a download blocked notification from
@@ -832,9 +831,6 @@ class Browser : public TabStripModelObserver,
// Returns true if the Browser window should show the location bar.
bool ShouldShowLocationBar() const;
- // Returns true if the Browser window should use a web app style frame.
- bool ShouldUseWebAppFrame() const;
-
// Implementation of SupportsWindowFeature and CanSupportWindowFeature. If
// |check_fullscreen| is true, the set of features reflect the actual state of
// the browser, otherwise the set of features reflect the possible state of

Powered by Google App Engine
This is Rietveld 408576698