| Index: extensions/shell/common/switches.cc
|
| diff --git a/extensions/shell/common/switches.cc b/extensions/shell/common/switches.cc
|
| index eef7cc9dcc4bb9aab77f633ab8ead20bce818a11..303628aefe761e8b9a822793fec7d422a72c92a8 100644
|
| --- a/extensions/shell/common/switches.cc
|
| +++ b/extensions/shell/common/switches.cc
|
| @@ -7,9 +7,6 @@
|
| namespace extensions {
|
| namespace switches {
|
|
|
| -// Path to an app to load at startup.
|
| -const char kAppShellAppPath[] = "app-shell-app-path";
|
| -
|
| // Bounds for the host window to create (i.e. "800x600").
|
| const char kAppShellHostWindowBounds[] = "app-shell-host-window-bounds";
|
|
|
|
|