summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 22:57:43 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 22:57:43 +0000
commit65f77adcaf52868c720a73ba3ca08dee7899d707 (patch)
treeb52ca0501b37438dd211388b58c066b73f4a2fda /chrome/common
parentc284946e12e85a287e5095bde26efa72e84bb56b (diff)
downloadchromium_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.cc12
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,