| 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 65cc966f19ba0493092f37ff1f896842d78e71de..8441e8059cf74f2c34f3e31cca81a79eff4fd72c 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| +++ b/chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| @@ -197,6 +197,8 @@ WebIntentPickerController::WebIntentPickerController(
|
| }
|
|
|
| WebIntentPickerController::~WebIntentPickerController() {
|
| + if (picker_)
|
| + picker_->InvalidateDelegate();
|
| }
|
|
|
| // TODO(gbillock): combine this with ShowDialog.
|
|
|