[M120 Migration]Fix for crash during chrome exit
[platform/framework/web/chromium-efl.git] / chrome / browser / active_use_util.h
1 // Copyright 2017 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_ACTIVE_USE_UTIL_H_
6 #define CHROME_BROWSER_ACTIVE_USE_UTIL_H_
7
8 #include "build/build_config.h"
9 #include "chrome/install_static/buildflags.h"
10
11 constexpr bool kShouldRecordActiveUse =
12     !BUILDFLAG(IS_WIN) || BUILDFLAG(USE_GOOGLE_UPDATE_INTEGRATION);
13
14 #endif  // CHROME_BROWSER_ACTIVE_USE_UTIL_H_