Index: chrome/installer/util/master_preferences_constants.h |
=================================================================== |
--- chrome/installer/util/master_preferences_constants.h (revision 45608) |
+++ chrome/installer/util/master_preferences_constants.h (working copy) |
@@ -19,6 +19,8 @@ |
extern const wchar_t kAltShortcutText[]; |
// Boolean. Use alternate smaller first run info bubble. |
extern const wchar_t kAltFirstRunBubble[]; |
+// Boolean. This is to be a Chrome Frame install. |
+extern const wchar_t kChromeFrame[]; |
// Integer. Icon index from chrome.exe to use for shortcuts. |
extern const wchar_t kChromeShortcutIconIndex[]; |
// Boolean. Create Desktop and QuickLaunch shortcuts. Cmd line override present. |