Chromium Code Reviews| Index: chrome/browser/browser_process_impl.h |
| =================================================================== |
| --- chrome/browser/browser_process_impl.h (revision 204507) |
| +++ chrome/browser/browser_process_impl.h (working copy) |
| @@ -248,6 +248,9 @@ |
| // Sequenced task runner for local state related I/O tasks. |
| const scoped_refptr<base::SequencedTaskRunner> local_state_task_runner_; |
| + // Command line of the current process. |
| + const CommandLine& command_line_; |
|
sky
2013/06/07 17:22:51
I get worried about lifetime when objects keep ref
seva
2013/06/07 19:02:36
I really have no educated opinion here, I'm not ve
sky
2013/06/07 19:48:56
I'm not sure why we pass in the CommandLine here e
seva
2013/06/11 03:02:32
Done.
Now browser_process_impl.h is completely rev
|
| + |
| // Ensures that the observers of plugin/print disable/enable state |
| // notifications are properly added and removed. |
| PrefChangeRegistrar pref_change_registrar_; |