Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1759)

Unified Diff: chrome/browser/google/google_util_chromeos.h

Issue 316963002: Move branding information out of google_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/google/google_util_chromeos.h
diff --git a/chrome/browser/google/google_util_chromeos.h b/chrome/browser/google/google_util_chromeos.h
deleted file mode 100644
index 14bf59986a38b18be1f9b125378ca1ef4ccf8838..0000000000000000000000000000000000000000
--- a/chrome/browser/google/google_util_chromeos.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_GOOGLE_GOOGLE_UTIL_CHROMEOS_H_
-#define CHROME_BROWSER_GOOGLE_GOOGLE_UTIL_CHROMEOS_H_
-
-#include <string>
-
-#include "base/callback_forward.h"
-
-namespace google_util {
-namespace chromeos {
-
-// Returns the brand code stored in Local State that has been assigned to a
-// partner. Returns empty string if the information is not available.
-std::string GetBrand();
-
-// Clears brand code for the current session (not persisted through browser
-// restart). Future calls to GetBrand() will return an empty string.
-void ClearBrandForCurrentSession();
-
-// Reads the brand code from a board-specific data file and stores it to
-// Local State.
-// |callback| is invoked on the calling thread after that.
-void InitBrand(const base::Closure& callback);
-
-} // namespace chromeos
-} // namespace google_util
-
-#endif // CHROME_BROWSER_GOOGLE_GOOGLE_UTIL_CHROMEOS_H_

Powered by Google App Engine
This is Rietveld 408576698