| Index: chrome/browser/browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/browser_main.cc (revision 88502)
|
| +++ chrome/browser/browser_main.cc (working copy)
|
| @@ -1416,7 +1416,8 @@
|
| // Initialize thread watcher system. This is a singleton and is used by
|
| // WatchDogThread to keep track of information about threads that are being
|
| // watched.
|
| - scoped_ptr<ThreadWatcherList> thread_watcher_list(new ThreadWatcherList());
|
| + scoped_ptr<ThreadWatcherList> thread_watcher_list(
|
| + new ThreadWatcherList(parsed_command_line));
|
|
|
| // Now the command line has been mutated based on about:flags, we can
|
| // set up metrics and initialize field trials.
|
|
|