Chromium Code Reviews| Index: chrome/browser/browser_process_impl.h |
| =================================================================== |
| --- chrome/browser/browser_process_impl.h (revision 204062) |
| +++ 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_; |
|
Bernhard Bauer
2013/06/06 08:28:50
Why do you need this as a member variable?
seva
2013/06/06 22:11:25
This saves two CommandLine::ForCurrentProcess() ca
Bernhard Bauer
2013/06/07 10:33:43
No, I think it's fine. I was going to say that thi
|
| + |
| // Ensures that the observers of plugin/print disable/enable state |
| // notifications are properly added and removed. |
| PrefChangeRegistrar pref_change_registrar_; |