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.
5 #ifndef CHROME_BROWSER_ACTIVE_USE_UTIL_H_
6 #define CHROME_BROWSER_ACTIVE_USE_UTIL_H_
8 #include "build/build_config.h"
9 #include "chrome/install_static/buildflags.h"
11 constexpr bool kShouldRecordActiveUse =
12 !BUILDFLAG(IS_WIN) || BUILDFLAG(USE_GOOGLE_UPDATE_INTEGRATION);
14 #endif // CHROME_BROWSER_ACTIVE_USE_UTIL_H_