Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 48050) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -900,6 +900,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) |