From c2afa3521e41fbd738e17aeb530de295c9c2458c Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 3 Feb 2014 09:21:45 +0800 Subject: [PATCH] Fix building on Windows. --- browser/auto_updater_win.cc | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/browser/auto_updater_win.cc b/browser/auto_updater_win.cc index 845eb45bb99e..ccdc4ed8e008 100644 --- a/browser/auto_updater_win.cc +++ b/browser/auto_updater_win.cc @@ -6,28 +6,12 @@ namespace auto_updater { -// static -void AutoUpdater::Init() { -} - // static void AutoUpdater::SetFeedURL(const std::string& url) { } -// static -void AutoUpdater::SetAutomaticallyChecksForUpdates(bool yes) { -} - -// static -void AutoUpdater::SetAutomaticallyDownloadsUpdates(bool yes) { -} - // static void AutoUpdater::CheckForUpdates() { } -// static -void AutoUpdater::CheckForUpdatesInBackground() { -} - } // namespace auto_updater