Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Remove RuntimeEnabled from NotificationEventInit
Browse files Browse the repository at this point in the history
This is needed to complete the shipping of action buttons.
It was accidentally not included in https://crrev.com/358304
(or https://codereview.chromium.org/1487763003).

See also https://crbug.com/546006.

BUG=513671

Review URL: https://codereview.chromium.org/1489773003

Cr-Commit-Position: refs/heads/master@{#362423}
(cherry picked from commit a193248)

Review URL: https://codereview.chromium.org/1489203002 .

Cr-Commit-Position: refs/branch-heads/2564@{#193}
Cr-Branched-From: 1283eca-refs/heads/master@{#359700}
  • Loading branch information
johnmellor committed Dec 2, 2015
1 parent 281ba34 commit cccd9ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

dictionary NotificationEventInit : ExtendableEventInit {
Notification notification;
[RuntimeEnabled=NotificationExperimental] DOMString action = "";
DOMString action = "";
};

0 comments on commit cccd9ad

Please sign in to comment.