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

Unified Diff: chrome/install_static/install_util.h

Issue 1904613002: Preparation patch for moving the chrome crashpad integration into chrome_elf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error on Windows builder Created 4 years, 8 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
« no previous file with comments | « chrome/install_static/BUILD.gn ('k') | chrome/install_static/install_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/install_util.h
diff --git a/chrome_elf/chrome_elf_util.h b/chrome/install_static/install_util.h
similarity index 72%
rename from chrome_elf/chrome_elf_util.h
rename to chrome/install_static/install_util.h
index 673943d65139fb0fba627c046e5745f135c235ae..600748ed865d5fa02b66be2833acb8c39e3cdc08 100644
--- a/chrome_elf/chrome_elf_util.h
+++ b/chrome/install_static/install_util.h
@@ -1,9 +1,13 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2016 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.
+// This file contains helper functions which provide information about the
+// current version of Chrome. This includes channel information, version
+// information etc. This functionality is provided by using functions in
+// kernel32 and advapi32. No other dependencies are allowed in this file.
-#ifndef CHROME_ELF_CHROME_ELF_UTIL_H_
-#define CHROME_ELF_CHROME_ELF_UTIL_H_
+#ifndef CHROME_INSTALL_STATIC_INSTALL_UTIL_H_
+#define CHROME_INSTALL_STATIC_INSTALL_UTIL_H_
#include "base/strings/string16.h"
@@ -41,4 +45,4 @@ bool IsNonBrowserProcess();
// Caches the |ProcessType| of the current process.
extern ProcessType g_process_type;
-#endif // CHROME_ELF_CHROME_ELF_UTIL_H_
+#endif // CHROME_INSTALL_STATIC_INSTALL_UTIL_H_
« no previous file with comments | « chrome/install_static/BUILD.gn ('k') | chrome/install_static/install_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698