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

Unified Diff: chrome/installer/setup/setup_constants.h

Issue 1475643004: Add crash keys for the installer covering simple InstallerState fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add previous version, plus some comments Created 5 years, 1 month 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/installer/setup/setup_constants.h
diff --git a/chrome/installer/setup/setup_constants.h b/chrome/installer/setup/setup_constants.h
index 4b958201cd340da8bc017cd91eccef97f2564ce3..b35c96178213c67789e51de4a229175b52d05370 100644
--- a/chrome/installer/setup/setup_constants.h
+++ b/chrome/installer/setup/setup_constants.h
@@ -28,6 +28,27 @@ extern const char kSetDisplayVersionValue[];
} // namespace switches
+namespace crash_keys {
+
+// Describes the version installed before starting the installer.
+extern const char kCurrentVersion[];
+
+// Describes a BrowserDistribution::Type.
+extern const char kDistributionType[];
+
+// Describes an InstallerState::Operation.
+extern const char kOperation[];
+
+// Describes an InstallerState::PackageType.
+extern const char kPackageType[];
+
+// Describes an InstallerState::Level.
+extern const char kPrivilegeLevel[];
+
+extern const char kStateKey[];
+
+} // namespace crash_keys
+
} // namespace installer
#endif // CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__

Powered by Google App Engine
This is Rietveld 408576698