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

Unified Diff: chrome/browser/plugin_data_remover.h

Issue 8071013: Finish moving plugin probing out of process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 2 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
Index: chrome/browser/plugin_data_remover.h
diff --git a/chrome/browser/plugin_data_remover.h b/chrome/browser/plugin_data_remover.h
index 2b15e08cc89cda10565aed583914d0e14da72dd1..f36e0ff3cf535413c0191c878a9919391c65045b 100644
--- a/chrome/browser/plugin_data_remover.h
+++ b/chrome/browser/plugin_data_remover.h
@@ -34,8 +34,8 @@ class PluginDataRemover : public base::RefCountedThreadSafe<PluginDataRemover>,
base::WaitableEvent* StartRemoving(base::Time begin_time);
// Returns whether there is a plug-in installed that supports removing
- // LSO data. Because this method possibly has to load the plug-in list, it
- // should only be called on the FILE thread.
+ // LSO data. This method will use cached plugin data. Call
+ // PluginService::GetPlugins() if the latest data is needed.
static bool IsSupported(PluginPrefs* plugin_prefs);
// Indicates whether we are still in the process of removing plug-in data.
« no previous file with comments | « chrome/browser/component_updater/npapi_flash_component_installer.cc ('k') | chrome/browser/plugin_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698