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

Unified Diff: chrome/browser/ui/webui/log_web_ui_url.h

Issue 1367343002: Add browser test for WebUI URL logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histogram_tester Created 5 years, 3 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 | chrome/browser/ui/webui/log_web_ui_url.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/log_web_ui_url.h
diff --git a/chrome/browser/ui/webui/log_web_ui_url.h b/chrome/browser/ui/webui/log_web_ui_url.h
index a5e5dce507040573e383d7e8739a83cbbe7ecd65..5c2650a1d215364661eb7809494cf22fdcb6742e 100644
--- a/chrome/browser/ui/webui/log_web_ui_url.h
+++ b/chrome/browser/ui/webui/log_web_ui_url.h
@@ -9,6 +9,9 @@ class GURL;
namespace webui {
+// Name of histogram that WebUI URLs are logged to.
+extern const char kWebUICreatedForUrl[];
+
// Called when WebUI objects are created to get aggregate usage data (i.e. is
// chrome://history used more than chrome://help?). Only internal (e.g.
// chrome://) URLs are logged. Returns whether the URL was actually logged.
« no previous file with comments | « no previous file | chrome/browser/ui/webui/log_web_ui_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698