Add ifdef for property, which should only be availabe on Linux

This commit is contained in:
Jonas Schwabe 2016-06-29 19:23:00 +02:00
parent e2d389fbd4
commit 8ac205685d

View file

@ -223,7 +223,9 @@ class Browser : public WindowListObserver {
std::string version_override_;
std::string name_override_;
#if defined(OS_LINUX)
int current_badge_count_ = 0;
#endif
#if defined(OS_WIN)
base::string16 app_user_model_id_;