| Index: media/base/android_overlay_config.h
|
| diff --git a/media/base/android_overlay_config.h b/media/base/android_overlay_config.h
|
| index de23d7ad51aac4d163e0255d6a6311f89ddfe9f7..4286114a4d250ba836e980a0410f173c9e259968 100644
|
| --- a/media/base/android_overlay_config.h
|
| +++ b/media/base/android_overlay_config.h
|
| @@ -42,13 +42,9 @@ struct MEDIA_EXPORT AndroidOverlayConfig {
|
| // Convenient helpers since the syntax is weird.
|
| void is_ready(AndroidOverlay* overlay) { std::move(ready_cb).Run(overlay); }
|
| void is_failed(AndroidOverlay* overlay) { std::move(failed_cb).Run(overlay); }
|
| - void is_destroyed(AndroidOverlay* overlay) {
|
| - std::move(destroyed_cb).Run(overlay);
|
| - }
|
|
|
| ReadyCB ready_cb;
|
| FailedCB failed_cb;
|
| - DestroyedCB destroyed_cb;
|
|
|
| DISALLOW_COPY(AndroidOverlayConfig);
|
| };
|
|
|