diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 22:57:43 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 22:57:43 +0000 |
commit | 65f77adcaf52868c720a73ba3ca08dee7899d707 (patch) | |
tree | b52ca0501b37438dd211388b58c066b73f4a2fda /chrome/common | |
parent | c284946e12e85a287e5095bde26efa72e84bb56b (diff) | |
download | chromium_src-65f77adcaf52868c720a73ba3ca08dee7899d707.zip chromium_src-65f77adcaf52868c720a73ba3ca08dee7899d707.tar.gz chromium_src-65f77adcaf52868c720a73ba3ca08dee7899d707.tar.bz2 |
linux: Implement a first run dialog.
BUG=11971
Review URL: http://codereview.chromium.org/115722
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index de4babc..50aa826 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -136,18 +136,6 @@ bool ShellIntegration::IsDefaultBrowser() { //-------------------------------------------------------------------------- -#if defined(OS_LINUX) -void OpenFirstRunDialog(Profile* profile, ProcessSingleton* process_singleton) { - // http://code.google.com/p/chromium/issues/detail?id=11971 - // - // Note that on Windows, this eventually calls into - // FirstRunViewBase::FirstRunComplete, which then creates the First - // Run sentinel. We should refactor that out into the caller of - // this function. - NOTIMPLEMENTED(); -} -#endif - // static bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir, const FilePath& master_prefs_path, |