| 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);
|
| +
|
| const base::FilePath cur_dir_;
|
| const base::CommandLine& command_line_;
|
| Profile* profile_;
|
|
|