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_
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
23 #endif // IOS_CHROME_BROWSER_GOOGLE_GOOGLE_BRAND_H_