| Index: chrome/common/temp_scaffolding_stubs.cc
|
| ===================================================================
|
| --- chrome/common/temp_scaffolding_stubs.cc (revision 20329)
|
| +++ chrome/common/temp_scaffolding_stubs.cc (working copy)
|
| @@ -138,21 +138,7 @@
|
|
|
| //--------------------------------------------------------------------------
|
|
|
| -#if defined(OS_LINUX)
|
| -bool ShellIntegration::SetAsDefaultBrowser() {
|
| - // http://code.google.com/p/chromium/issues/detail?id=11972
|
| - return true;
|
| -}
|
|
|
| -bool ShellIntegration::IsDefaultBrowser() {
|
| - // http://code.google.com/p/chromium/issues/detail?id=11972
|
| - return true;
|
| -}
|
| -#endif
|
| -
|
| -//--------------------------------------------------------------------------
|
| -
|
| -
|
| // static
|
| bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir,
|
| const FilePath& master_prefs_path,
|
|
|