Index: chrome/browser/ui/intents/web_intent_picker_model.h |
=================================================================== |
--- chrome/browser/ui/intents/web_intent_picker_model.h (revision 162255) |
+++ chrome/browser/ui/intents/web_intent_picker_model.h (working copy) |
@@ -113,9 +113,6 @@ |
void AddSuggestedExtensions( |
const std::vector<SuggestedExtension>& suggestions); |
- // Remove the suggested extension with this id. |
- void RemoveSuggestedExtension(const std::string& id); |
- |
// Return the suggested extension at |index|. |
const SuggestedExtension& GetSuggestedExtensionAt(size_t index) const; |