Index: chrome/installer/util/util_constants.cc |
=================================================================== |
--- chrome/installer/util/util_constants.cc (revision 30960) |
+++ chrome/installer/util/util_constants.cc (working copy) |
@@ -8,6 +8,9 @@ |
namespace switches { |
+// Run the installer in Chrome Frame mode. |
+const wchar_t kChromeFrame[] = L"chrome-frame"; |
+ |
// Create Desktop and QuickLaunch shortcuts |
const wchar_t kCreateAllShortcuts[] = L"create-all-shortcuts"; |