| 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,
|
|
|