Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 1f3359a1f60b9c3f42dd3085a75d53d8787b059a..4027e0d079900004f7e8fc9f30a25d9db78be856 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -62,6 +62,10 @@ const char kAppId[] = "app-id"; |
| // mode. |
| const char kApp[] = "app"; |
| +// This switch is passed in addition to kApp when we do want to restore |
| +// session as well. |
| +const char kAppRestoreSession[] = "app-restore-session"; |
|
sky
2012/05/07 22:58:26
I suspect we would always want this set for chrome
Nikita (slow)
2012/05/08 08:47:59
Done.
|
| + |
| // A URL for the server which assigns channel ids for server pushed app |
| // notifications. |
| const char kAppNotifyChannelServerURL[] = "app-notify-channel-server-url"; |