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

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

Issue 9359022: Aura: Support hovering restore & close buttons for full screen apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 years, 10 months 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 edff49067b3713f4a9e39881045ed008dc5c0885..032999292b4b0e52cd2624760c4f1bc706186c95 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -102,7 +102,10 @@ class Browser : public TabHandlerDelegate,
// BrowserTest.StartMaximized.
TYPE_TABBED = 1,
TYPE_POPUP = 2,
- TYPE_PANEL = 3
+ TYPE_PANEL = 3,
+#if defined(USE_AURA)
+ TYPE_APP = 4
sky 2012/02/09 01:04:17 Did you talk with the extension guys to make sure
DaveMoore 2012/02/10 23:05:55 I've added it to session restore On 2012/02/09 01:
+#endif
};
// Possible elements of the Browser window.
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698