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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_impl.h

Issue 1283243002: Add UMA and Rappor metrics to capture URLs passed in at startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments 1 Created 5 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
Index: chrome/browser/ui/startup/startup_browser_creator_impl.h
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.h b/chrome/browser/ui/startup/startup_browser_creator_impl.h
index 8559056dfdba6bcf7e8a78a95ffd28848b3c805d..980aeef34182f741076c2a0557c5643229e7cdfa 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.h
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.h
@@ -151,6 +151,9 @@ class StartupBrowserCreatorImpl {
// suppress injecting the welcome page for future launches.
void InitializeWelcomeRunType(const std::vector<GURL>& urls_to_open);
+ // Record Rappor metrics on startup URLs.
+ void RecordRapporOnStartupURLs(const std::vector<GURL>& urls_to_open);
Peter Kasting 2015/08/12 22:28:23 Nit: If this vector type is used enough maybe it w
rkaplow 2015/08/12 22:37:40 Acknowledged. Seems to be only 3-4 places here so
+
const base::FilePath cur_dir_;
const base::CommandLine& command_line_;
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698