cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / ios / chrome / browser / google / google_brand.h
blob632fcd3f85e1b1106addb54421e3264c23132c64
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef IOS_CHROME_BROWSER_GOOGLE_GOOGLE_BRAND_H_
6 #define IOS_CHROME_BROWSER_GOOGLE_GOOGLE_BRAND_H_
8 #include <string>
10 namespace ios {
11 namespace google_brand {
13 // Returns in |brand| the brand code or distribution tag that has been assigned
14 // to a partner. Returns false if the information is not available.
15 bool GetBrand(std::string* brand);
17 // True if a build is strictly organic, according to its brand code.
18 bool IsOrganic(const std::string& brand);
20 } // namespace google_brand
21 } // namespace ios
23 #endif // IOS_CHROME_BROWSER_GOOGLE_GOOGLE_BRAND_H_