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

Unified Diff: chrome/common/crash_keys.cc

Issue 508393002: Adding more checking and some debugging information in Custom Font Collection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | content/renderer/renderer_font_platform_win.cc » ('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 2352b3af3253fda093de7f9f37656fa55b64790a..09f7e198d6193a5bf7243e10b9f82c9952369782 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -61,6 +61,8 @@ const char kChannel[] = "channel";
const char kActiveURL[] = "url-chunk";
+const char kFontKeyName[] = "font_key_name";
+
const char kSwitch[] = "switch-%" PRIuS;
const char kNumSwitches[] = "num-switches";
@@ -144,6 +146,7 @@ size_t RegisterChromeCrashKeys() {
// base/:
{ "dm-usage", kSmallSize },
// content/:
+ { kFontKeyName, kSmallSize},
{ "ppapi_path", kMediumSize },
{ "subresource_url", kLargeSize },
#if defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | content/renderer/renderer_font_platform_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698