| Index: components/bubble/bubble_close_reason.h
|
| diff --git a/components/bubble/bubble_close_reason.h b/components/bubble/bubble_close_reason.h
|
| index 68e112d8f88e830256de0b0664330e07943ad987..9c2a2a2faff974880a86e4b2a289c96e862cf4f6 100644
|
| --- a/components/bubble/bubble_close_reason.h
|
| +++ b/components/bubble/bubble_close_reason.h
|
| @@ -36,6 +36,9 @@ enum BubbleCloseReason {
|
|
|
| // The user selected a negative response in the bubble.
|
| BUBBLE_CLOSE_CANCELED,
|
| +
|
| + // A bubble's owning frame is being destroyed.
|
| + BUBBLE_CLOSE_FRAME_DESTROYED,
|
| };
|
|
|
| #endif // COMPONENTS_BUBBLE_BUBBLE_CLOSE_REASON_H_
|
|
|