diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 23:25:51 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 23:25:51 +0000 |
commit | 201d620bb220a0bddd18376527ed6142bb5ff845 (patch) | |
tree | 10e1772ee4dfd74ccdc6fbc71867f07db80aa043 /chrome/browser/first_run/first_run.h | |
parent | 5b2d3853536a12823855589d9876089c0f3affbd (diff) | |
download | chromium_src-201d620bb220a0bddd18376527ed6142bb5ff845.zip chromium_src-201d620bb220a0bddd18376527ed6142bb5ff845.tar.gz chromium_src-201d620bb220a0bddd18376527ed6142bb5ff845.tar.bz2 |
first-run: Make two specific windows functions private to first_run_win.cc
The functions are called only once and they are not needed outside of first_run_win.cc.
So remove it from FirstRun class and move them to the unnamed namespace.
BUG=None
TEST=None
R=jhawkins@chromium.org
Review URL: http://codereview.chromium.org/6880043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/first_run/first_run.h')
-rw-r--r-- | chrome/browser/first_run/first_run.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h index 5e9d80e..b5d27e3 100644 --- a/chrome/browser/first_run/first_run.h +++ b/chrome/browser/first_run/first_run.h @@ -56,14 +56,6 @@ class FirstRun { std::vector<GURL> bookmarks; }; -#if defined(OS_WIN) - // Creates the desktop shortcut to chrome for the current user. Returns - // false if it fails. It will overwrite the shortcut if it exists. - static bool CreateChromeDesktopShortcut(); - // Creates the quick launch shortcut to chrome for the current user. Returns - // false if it fails. It will overwrite the shortcut if it exists. - static bool CreateChromeQuickLaunchShortcut(); -#endif // OS_WIN // Import bookmarks and/or browser items (depending on platform support) // in this process. This function is paired with FirstRun::ImportSettings(). // This function might or might not show a visible UI depending on the |