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

Unified Diff: chrome/common/crash_keys.cc

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Created 3 years, 11 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
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index d75910505d05bdc8e7cb7640b60e7ad19159189a..9d321a335e804c4a57727c6659383ac019a1f869 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -92,11 +92,6 @@ const char kNSEvent[] = "nsevent";
} // namespace mac
#endif
-#if BUILDFLAG(ENABLE_KASKO)
-const char kKaskoGuid[] = "kasko-guid";
-const char kKaskoEquivalentGuid[] = "kasko-equivalent-guid";
-#endif
-
const char kViewCount[] = "view-count";
const char kZeroEncodeDetails[] = "zero-encode-details";
@@ -177,10 +172,6 @@ size_t RegisterChromeCrashKeys() {
{ "rwhvm_window", kMediumSize },
// media/:
#endif
-#if BUILDFLAG(ENABLE_KASKO)
- { kKaskoGuid, kSmallSize },
- { kKaskoEquivalentGuid, kSmallSize },
-#endif
{ kBug464926CrashKey, kSmallSize },
{ kViewCount, kSmallSize },

Powered by Google App Engine
This is Rietveld 408576698