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