Add ifdef for property, which should only be availabe on Linux
This commit is contained in:
parent
e2d389fbd4
commit
8ac205685d
1 changed files with 2 additions and 0 deletions
|
@ -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_;
|
||||
|
|
Loading…
Reference in a new issue