From 521fb7d54cd334237d4e5f3ab4ddfb69c6c7ffb5 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 14 Feb 2014 13:34:59 +0000 Subject: [PATCH] linux: Fix compilation error. --- browser/auto_updater_linux.cc | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/browser/auto_updater_linux.cc b/browser/auto_updater_linux.cc index 845eb45..ccdc4ed 100644 --- a/browser/auto_updater_linux.cc +++ b/browser/auto_updater_linux.cc @@ -7,27 +7,11 @@ 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 -- 2.7.4