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

Unified Diff: chrome/common/crash_keys.cc

Issue 830733004: Removing dead code setNumberViews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/renderer/chrome_content_renderer_client.h » ('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 4a6b3fca657a4ab1ebefa6f41d1861196e97b342..4356e62987b2987fb0a8d0db8260c94e8b3381e2 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -72,8 +72,6 @@ const char kVariations[] = "variations";
const char kExtensionID[] = "extension-%" PRIuS;
const char kNumExtensionsCount[] = "num-extensions";
-const char kNumberOfViews[] = "num-views";
-
const char kShutdownType[] = "shutdown-type";
#if !defined(OS_ANDROID)
@@ -127,7 +125,6 @@ size_t RegisterChromeCrashKeys() {
{ kNumVariations, kSmallSize },
{ kVariations, kLargeSize },
{ kNumExtensionsCount, kSmallSize },
- { kNumberOfViews, kSmallSize },
{ kShutdownType, kSmallSize },
#if !defined(OS_ANDROID)
{ kGPUVendorID, kSmallSize },
« no previous file with comments | « chrome/common/crash_keys.h ('k') | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698