linux: Fix compilation error.
authorCheng Zhao <zcbenz@gmail.com>
Fri, 14 Feb 2014 13:34:59 +0000 (13:34 +0000)
committerCheng Zhao <zcbenz@gmail.com>
Fri, 14 Feb 2014 13:34:59 +0000 (13:34 +0000)
browser/auto_updater_linux.cc

index 845eb45..ccdc4ed 100644 (file)
@@ -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