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

Unified Diff: chrome/install_static/install_util.h

Issue 2799013002: Monitor crashpad_handler for crashes [sometimes] (Closed)
Patch Set: Address review feedback (scottmg) Created 3 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/DEPS ('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/install_static/install_util.h b/chrome/install_static/install_util.h
index d0674511d0d3e77f18c4c5eb3ecb9673e3cba63f..7be3400b00ce59d47027a617fd84c78127d9491b 100644
--- a/chrome/install_static/install_util.h
+++ b/chrome/install_static/install_util.h
@@ -13,6 +13,10 @@
#include <string>
#include <vector>
+namespace version_info {
+enum class Channel;
+}
+
namespace install_static {
struct InstallConstants;
@@ -191,7 +195,8 @@ void GetExecutableVersionDetails(const std::wstring& exe_path,
std::wstring* special_build,
std::wstring* channel_name);
-// Gets the channel name for the current Chrome process.
+// Gets the channel or channel name for the current Chrome process.
+version_info::Channel GetChromeChannel();
std::wstring GetChromeChannelName();
// Returns true if the |source| string matches the |pattern|. The pattern
« no previous file with comments | « chrome/install_static/DEPS ('k') | chrome/install_static/install_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698