Chromium Code Reviews| Index: extensions/common/switches.cc |
| diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc |
| index 773597109038c801169c140294e5e755e0e24336..387f0742819c83fe0b197f68201d45143ec2b9c0 100644 |
| --- a/extensions/common/switches.cc |
| +++ b/extensions/common/switches.cc |
| @@ -78,6 +78,9 @@ const char kExtensionsOnChromeURLs[] = "extensions-on-chrome-urls"; |
| // Whether to force developer mode extensions highlighting. |
| const char kForceDevModeHighlighting[] = "force-dev-mode-highlighting"; |
| +// Path to a apps to load at startup. |
|
Daniel Erat
2014/11/14 22:43:32
nit: "Path to a comma-separated list of apps to lo
Zachary Kuznia
2014/11/14 22:54:48
Done.
|
| +const char kLoadApp[] = "load-app"; |
|
Daniel Erat
2014/11/14 22:43:32
kLoadApps / load-apps since it takes more than one
Zachary Kuznia
2014/11/14 22:54:48
Done.
|
| + |
| // Whether or not mime handler view guests are enabled. |
| const char kMimeHandlerView[] = "mime-handler-view"; |