| Index: chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.cc b/chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| index 1182ffb97c06fa5a2d21e3a784d407d045ac5b8f..ab15646c0b4276f0c36ec4be8153ca19edaf4525 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| +++ b/chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| @@ -205,6 +205,8 @@ WebIntentPickerController::WebIntentPickerController(
|
| }
|
|
|
| WebIntentPickerController::~WebIntentPickerController() {
|
| + if (picker_)
|
| + picker_->InvalidateDelegate();
|
| }
|
|
|
| // TODO(gbillock): combine this with ShowDialog.
|
|
|