Index: chrome/browser/ui/intents/web_intent_picker_controller.h |
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h |
index ce7406951ac289889e1c1e05eed32a6b3f36703b..aecca7082666cd834a3fba74531285b9bfdf30ec 100644 |
--- a/chrome/browser/ui/intents/web_intent_picker_controller.h |
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.h |
@@ -94,6 +94,9 @@ class WebIntentPickerController |
friend class WebIntentPickerControllerBrowserTest; |
friend class WebIntentPickerControllerIncognitoBrowserTest; |
+ // Adds a service to the data model. |
+ void AddServiceToModel(const webkit_glue::WebIntentServiceData& service); |
+ |
// Gets a notification when the return message is sent to the source tab, |
// so we can close the picker dialog or service tab. |
void OnSendReturnMessage(webkit_glue::WebIntentReplyType reply_type); |