summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 20:12:08 +0000
committerkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 20:12:08 +0000
commit7da7f343ce147cb2fd628fa0dd3ab7cd281efc06 (patch)
treea755766ebd897c03284bf3c14bdff3eb5e76f4a4 /chrome/common
parent21674df8085ee01ca91bbd4fe41ee1ea240a0cda (diff)
downloadchromium_src-7da7f343ce147cb2fd628fa0dd3ab7cd281efc06.zip
chromium_src-7da7f343ce147cb2fd628fa0dd3ab7cd281efc06.tar.gz
chromium_src-7da7f343ce147cb2fd628fa0dd3ab7cd281efc06.tar.bz2
Cleanup a few FirstRun methods that are only applicable to Windows.
BUG=11971 TEST=No functional change. Make sure first-run/import still works on all three platforms. Review URL: http://codereview.chromium.org/340020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30379 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc32
1 files changed, 0 insertions, 32 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index 284cabb..c7d665a 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -80,38 +80,6 @@ void AutomationProvider::OnMessageFromExternalHost(
#endif // defined(OS_MACOSX)
//--------------------------------------------------------------------------
-
-#if defined(OS_MACOSX)
-// static
-bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir,
- const FilePath& master_prefs_path,
- std::vector<std::wstring>* new_tabs,
- int* ping_delay,
- bool* homepage_defined,
- int* do_import_items,
- int* dont_import_items) {
- // http://code.google.com/p/chromium/issues/detail?id=11971
- // Pretend we processed them correctly.
- return true;
-}
-
-// static
-int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) {
- // http://code.google.com/p/chromium/issues/detail?id=11971
- return 0;
-}
-#endif
-
-bool FirstRun::CreateChromeDesktopShortcut() {
- NOTIMPLEMENTED();
- return false;
-}
-
-bool FirstRun::CreateChromeQuickLaunchShortcut() {
- NOTIMPLEMENTED();
- return false;
-}
-
// static
bool Upgrade::IsBrowserAlreadyRunning() {
// http://code.google.com/p/chromium/issues/detail?id=9295