diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 16:18:27 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 16:18:27 +0000 |
commit | 67da235a1f65da29dc578af28ce043af6be0fa74 (patch) | |
tree | 6c619b18d88420c9cc8e0684983e17a47bf34731 /chrome/browser/first_run.h | |
parent | 046009ed359d28f4d51360b9edd57dbd94cec979 (diff) | |
download | chromium_src-67da235a1f65da29dc578af28ce043af6be0fa74.zip chromium_src-67da235a1f65da29dc578af28ce043af6be0fa74.tar.gz chromium_src-67da235a1f65da29dc578af28ce043af6be0fa74.tar.bz2 |
Add installer command line option to create shortcuts (desktop and quick
launch).
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/first_run.h')
-rw-r--r-- | chrome/browser/first_run.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/first_run.h b/chrome/browser/first_run.h index c9e439c..dc75760 100644 --- a/chrome/browser/first_run.h +++ b/chrome/browser/first_run.h @@ -32,12 +32,6 @@ class FirstRun { static bool CreateChromeQuickLaunchShortcut(); // Creates the sentinel file that signals that chrome has been configured. static bool CreateSentinel(); - // Removes the desktop shortcut to chrome. Returns false if it could not - // be removed. - static bool RemoveChromeDesktopShortcut(); - // Removes the quick launch shortcut to chrome. Returns false if it could not - // be removed. - static bool RemoveChromeQuickLaunchShortcut(); // Removes the sentinel file created in ConfigDone(). Returns false if the // sentinel file could not be removed. static bool RemoveSentinel(); |