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

Unified Diff: chrome/browser/browser_process_impl.h

Issue 16369004: Adding --disable-plugins-discovery command line switch to not load third-party plugins from common … (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | webkit/plugins/npapi/plugin_list_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | webkit/plugins/npapi/plugin_list_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698