Update for reviews

This commit is contained in:
Cheng Zhao 2016-07-02 10:36:11 +09:00
parent b47d0e3e58
commit 767124c45c
5 changed files with 6 additions and 6 deletions

View file

@ -50,7 +50,7 @@ bool Browser::IsDefaultProtocolClient(const std::string& protocol) {
bool Browser::SetBadgeCount(int count) {
if (IsUnityRunning()) {
unity::SetDownloadCount(count);
current_badge_count_ = count;
badge_count_ = count;
return true;
} else {
return false;