| Index: chrome/browser/ui/intents/web_intent_picker_delegate.h
|
| diff --git a/chrome/browser/ui/intents/web_intent_picker_delegate.h b/chrome/browser/ui/intents/web_intent_picker_delegate.h
|
| index 898a3440dc61fff4691af19274311834656209c1..9f2c876db37bdfa4de18cb4d81a295cea2704e08 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker_delegate.h
|
| +++ b/chrome/browser/ui/intents/web_intent_picker_delegate.h
|
| @@ -20,8 +20,7 @@ class WebIntentPickerDelegate {
|
| // it manually or otherwise purposefully.
|
| virtual void OnCancelled() = 0;
|
|
|
| - // Callback called when the dialog wants to stop showing (can happen by
|
| - // cancellation or by the user choosing a service).
|
| + // Callback called when the dialog stops showing.
|
| virtual void OnClosing() = 0;
|
| };
|
|
|
|
|