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

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: Added new test for tab restore 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..bd3232a751830cc6cf921feb585e12afd66f40e5 100644
--- a/chrome/browser/sessions/session_types.h
+++ b/chrome/browser/sessions/session_types.h
@@ -200,6 +200,8 @@ struct SessionWindow {
// Is the window maximized, minimized, or normal?
ui::WindowShowState show_state;
+ std::string app_name;
+
private:
DISALLOW_COPY_AND_ASSIGN(SessionWindow);
};

Powered by Google App Engine
This is Rietveld 408576698