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. |