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

Unified Diff: chrome/common/crash_keys.cc

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Rebase 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
« no previous file with comments | « chrome/common/crash_keys.h ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index c099a262ab90ae8e8cb11463f6433392e9cbbff0..b1589f16c821a3f3c51026b9c5d0145c3aebc266 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";
@@ -175,10 +170,6 @@ size_t RegisterChromeCrashKeys() {
{ "rwhvm_window", kMediumSize },
// media/:
#endif
-#if BUILDFLAG(ENABLE_KASKO)
- { kKaskoGuid, kSmallSize },
- { kKaskoEquivalentGuid, kSmallSize },
-#endif
{ kBug464926CrashKey, kSmallSize },
{ kViewCount, kSmallSize },
« no previous file with comments | « chrome/common/crash_keys.h ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698