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

Unified Diff: components/version_info/version_info.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 | « components/version_info/channel.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_info/version_info.h
diff --git a/components/version_info/version_info.h b/components/version_info/version_info.h
index 59a074ed17eca240b7ec32b9cc18f90787935478..62125412b65a363dcc26be9387a3d31907e19867 100644
--- a/components/version_info/version_info.h
+++ b/components/version_info/version_info.h
@@ -7,10 +7,9 @@
#include <string>
-namespace version_info {
+#include "components/version_info/channel.h"
-// The possible channels for an installation, from most fun to most stable.
-enum class Channel { UNKNOWN = 0, CANARY, DEV, BETA, STABLE };
+namespace version_info {
// Returns the product name and version information for UserAgent header,
// e.g. "Chrome/a.b.c.d".
« no previous file with comments | « components/version_info/channel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698