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

Unified Diff: chrome/browser/plugins/plugin_finder.h

Issue 10917189: Remove PluginFinder async interface (Closed) Base URL: http://git.chromium.org/chromium/src.git@separate_finder_thread_safety
Patch Set: .. Created 8 years, 3 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/plugins/plugin_finder.h
diff --git a/chrome/browser/plugins/plugin_finder.h b/chrome/browser/plugins/plugin_finder.h
index a23027455c5e17eb619582230888dce3f135d2d9..a66efb0242f270e7d7902aaca28aa6153b955a0c 100644
--- a/chrome/browser/plugins/plugin_finder.h
+++ b/chrome/browser/plugins/plugin_finder.h
@@ -37,9 +37,6 @@ class PluginFinder {
// It should be called on the UI thread.
void Init();
- // TODO(ibraaaa): DELETE. http://crbug.com/124396
- static void Get(const base::Callback<void(PluginFinder*)>& cb);
-
#if defined(ENABLE_PLUGIN_INSTALLATION)
// Finds a plug-in for the given MIME type and language (specified as an IETF
// language tag, i.e. en-US) and returns the PluginInstaller for the plug-in,

Powered by Google App Engine
This is Rietveld 408576698