summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run_gtk.cc
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/browser/first_run_gtk.cc
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/browser/first_run_gtk.cc')
-rw-r--r--chrome/browser/first_run_gtk.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/chrome/browser/first_run_gtk.cc b/chrome/browser/first_run_gtk.cc
index 2c5d144..3d4a091 100644
--- a/chrome/browser/first_run_gtk.cc
+++ b/chrome/browser/first_run_gtk.cc
@@ -10,24 +10,5 @@ bool OpenFirstRunDialog(Profile* profile, bool homepage_defined,
int import_items,
int dont_import_items,
ProcessSingleton* process_singleton) {
- // TODO(port): Use process_singleton to make sure Chrome can not be started
- // while this process is active.
return FirstRunDialog::Show(profile, process_singleton);
}
-
-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
- return true;
-}
-
-// static
-int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) {
- // http://code.google.com/p/chromium/issues/detail?id=11971
- return 0;
-}