mac: Disable auto updater in MAS build

This commit is contained in:
Cheng Zhao 2015-09-28 15:02:36 +08:00
parent a9f5667899
commit b62e3554dc
2 changed files with 31 additions and 7 deletions

View file

@ -16,4 +16,12 @@ void AutoUpdater::SetDelegate(AutoUpdaterDelegate* delegate) {
delegate_ = delegate;
}
#if defined(OS_MACOSX) && defined(MAS_BUILD)
void AutoUpdater::SetFeedURL(const std::string& url) {
}
void AutoUpdater::CheckForUpdates() {
}
#endif
} // namespace auto_updater