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

Unified Diff: chrome/common/crash_keys.cc

Issue 2629743003: Remove all blimp engine code (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..7687af25fa23ef55a40879430ea53243af692054 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -106,9 +106,8 @@ size_t RegisterChromeCrashKeys() {
// but ultimately constitute a single key-value pair.
//
// If you're adding keys here, please also add them to the following lists:
- // 1. //blimp/engine/app/blimp_engine_crash_keys.cc and
- // 2. //chrome/app/chrome_crash_reporter_client_win.cc::
- // RegisterCrashKeysHelper().
+ // //chrome/app/chrome_crash_reporter_client_win.cc::
Nico 2017/01/13 19:28:07 nit: double // looks a bit strange
nyquist 2017/01/13 19:39:44 Done. Made more prettier.
+ // RegisterCrashKeysHelper().
base::debug::CrashKey fixed_keys[] = {
#if defined(OS_MACOSX) || defined(OS_WIN)
{ kMetricsClientId, kSmallSize },

Powered by Google App Engine
This is Rietveld 408576698