| Index: chrome/browser/ui/intents/web_intent_picker_model.h
|
| diff --git a/chrome/browser/ui/intents/web_intent_picker_model.h b/chrome/browser/ui/intents/web_intent_picker_model.h
|
| index 9c5e6d47c5da3987336be7776d19dbbf5516d508..e4804d453b46294a33dd5b32ccdfffafa1f91858 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker_model.h
|
| +++ b/chrome/browser/ui/intents/web_intent_picker_model.h
|
| @@ -113,6 +113,9 @@ class WebIntentPickerModel {
|
| 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;
|
|
|
|
|