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

Unified Diff: chrome/browser/sessions/session_types.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: Remove resources, as they've already been committed 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/sessions/session_types.h
diff --git a/chrome/browser/sessions/session_types.h b/chrome/browser/sessions/session_types.h
index 48c80fff8cced2fb49d4cf3056aba16868b59e2a..6438638922da70cc6aa51918b144ff3e565211d3 100644
--- a/chrome/browser/sessions/session_types.h
+++ b/chrome/browser/sessions/session_types.h
@@ -181,7 +181,7 @@ struct SessionWindow {
int selected_tab_index;
// Type of the browser. Currently we only store browsers of type
- // TYPE_TABBED and TYPE_POPUP.
+ // TYPE_TABBED and TYPE_POPUP, and TYPE_APP.
// This would be Browser::Type, but that would cause a circular dependency.
int type;

Powered by Google App Engine
This is Rietveld 408576698