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

Unified Diff: chrome/browser/prerender/prerender_final_status.h

Issue 9270018: Make a separate histogram for MatchComplete Final Status'es and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 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/browser/prerender/prerender_contents.cc ('k') | chrome/browser/prerender/prerender_final_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_final_status.h
===================================================================
--- chrome/browser/prerender/prerender_final_status.h (revision 118385)
+++ chrome/browser/prerender/prerender_final_status.h (working copy)
@@ -30,7 +30,7 @@
FINAL_STATUS_TOO_MANY_PROCESSES = 15,
FINAL_STATUS_RATE_LIMIT_EXCEEDED = 16,
// Obsolete: FINAL_STATUS_PENDING_SKIPPED = 17,
- FINAL_STATUS_CONTROL_GROUP = 18,
+ // Obsolete: FINAL_STATUS_CONTROL_GROUP = 18,
FINAL_STATUS_HTML5_MEDIA = 19,
FINAL_STATUS_SOURCE_RENDER_VIEW_CLOSED = 20,
FINAL_STATUS_RENDERER_CRASHED = 21,
@@ -49,10 +49,11 @@
FINAL_STATUS_CROSS_SITE_NAVIGATION_PENDING = 34,
FINAL_STATUS_DEVTOOLS_ATTACHED = 35,
FINAL_STATUS_SESSION_STORAGE_NAMESPACE_MISMATCH = 36,
- FINAL_STATUS_NO_USE_GROUP = 37,
- FINAL_STATUS_MATCH_COMPLETE_DUMMY = 38,
+ // Obsolete: FINAL_STATUS_NO_USE_GROUP = 37,
+ // Obsolete: FINAL_STATUS_MATCH_COMPLETE_DUMMY = 38,
FINAL_STATUS_DUPLICATE = 39,
FINAL_STATUS_OPEN_URL = 40,
+ FINAL_STATUS_WOULD_HAVE_BEEN_USED = 41,
FINAL_STATUS_MAX,
};
« no previous file with comments | « chrome/browser/prerender/prerender_contents.cc ('k') | chrome/browser/prerender/prerender_final_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698