| Index: chrome/installer/util/master_preferences_constants.h
|
| diff --git a/chrome/installer/util/master_preferences_constants.h b/chrome/installer/util/master_preferences_constants.h
|
| index bb53ae33115f1f74c31f06c97461a5dfa8f5f46b..dbdd1dce72d8a771a9a20582ecea67165265c70a 100644
|
| --- a/chrome/installer/util/master_preferences_constants.h
|
| +++ b/chrome/installer/util/master_preferences_constants.h
|
| @@ -17,9 +17,6 @@ namespace master_preferences {
|
|
|
| // Boolean. Use alternate text for the shortcut. Cmd line override present.
|
| extern const char kAltShortcutText[];
|
| -// Boolean. Whether to instruct the installer to auto-launch chrome on computer
|
| -// startup. The default (if not provided) is |false|.
|
| -extern const char kAutoLaunchChrome[];
|
| // Boolean. This is to be a Chrome install. (When using MultiInstall)
|
| extern const char kChrome[];
|
| // Integer. Icon index from chrome.exe to use for shortcuts.
|
|
|