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

Unified Diff: components/version_info/channel.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/BUILD.gn ('k') | components/version_info/version_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_info/channel.h
diff --git a/components/version_info/channel.h b/components/version_info/channel.h
new file mode 100644
index 0000000000000000000000000000000000000000..d3c48840d514aac053f0046e682e465792c4fa45
--- /dev/null
+++ b/components/version_info/channel.h
@@ -0,0 +1,15 @@
+// Copyright 2017 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 COMPONENTS_VERSION_INFO_CHANNEL_H_
+#define COMPONENTS_VERSION_INFO_CHANNEL_H_
+
+namespace version_info {
+
+// The possible channels for an installation, from most fun to most stable.
+enum class Channel { UNKNOWN = 0, CANARY, DEV, BETA, STABLE };
+
+} // namespace version_info
+
+#endif // COMPONENTS_VERSION_INFO_CHANNEL_H_
« no previous file with comments | « components/version_info/BUILD.gn ('k') | components/version_info/version_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698