| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 48469)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -895,6 +895,11 @@
|
|
|
| // Use the frame layout used in chromeos.
|
| const char kChromeosFrame[] = "chromeos-frame";
|
| +
|
| +// Specify startup customization manifest.
|
| +// TODO(denisromanov): delete this once it's not needed for testing anymore.
|
| +const char kStartupManifest[] = "startup-manifest";
|
| +
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
|
|