Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7814)

Unified Diff: chrome/common/temp_scaffolding_stubs.cc

Issue 340020: Cleanup a few FirstRun methods that are only applicable to Windows. (Closed)
Patch Set: code review feedback" Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/first_run_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/temp_scaffolding_stubs.cc
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index 284cabb70ddbe4377c43f5f2466951f1580d5629..c7d665a122ab70ad9eac363c58bb074f81bba124 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
« no previous file with comments | « chrome/browser/first_run_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698