Index: chrome/common/crash_keys.h |
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h |
index e38880b8607d1944e39c6345b9064453ec794dfb..c6b771cb7a6d859715a68a2d34861ceae2673b87 100644 |
--- a/chrome/common/crash_keys.h |
+++ b/chrome/common/crash_keys.h |
@@ -86,9 +86,6 @@ extern const char kExtensionID[]; |
// a common->app dependency. |
extern const char kNumExtensionsCount[]; |
-// The number of render views/tabs open in a renderer process. |
-extern const char kNumberOfViews[]; |
- |
// Type of shutdown. The value is one of "close" for WINDOW_CLOSE, |
// "exit" for BROWSER_EXIT, or "end" for END_SESSION. |
extern const char kShutdownType[]; |