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

Unified Diff: chrome/browser/sessions/base_session_service.h

Issue 10875027: Restart running apps when chrome restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo Created 8 years, 4 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/base_session_service.h
diff --git a/chrome/browser/sessions/base_session_service.h b/chrome/browser/sessions/base_session_service.h
index 2fd043ac03bd9e76e0fc5d7dd22646a4c43368e5..f85a81bd923744287cb04a2c5115cec9052c8f5c 100644
--- a/chrome/browser/sessions/base_session_service.h
+++ b/chrome/browser/sessions/base_session_service.h
@@ -37,7 +37,8 @@ class BaseSessionService : public CancelableRequestProvider,
// backend to determine the name of the files.
enum SessionType {
SESSION_RESTORE,
- TAB_RESTORE
+ TAB_RESTORE,
+ APP_RESTORE,
Mihai Parparita -not on Chrome 2012/09/04 04:14:48 I don't think you need this enum value (or the cha
koz (OOO until 15th September) 2012/09/04 07:10:20 Done.
};
// Creates a new BaseSessionService. After creation you need to invoke

Powered by Google App Engine
This is Rietveld 408576698