| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index 23201c6719d7155106437d2d25fdf831ec14bbcb..2bd49b9175517efc00c55389f9750df7f8b60273 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -841,6 +841,7 @@ public:
|
| RequestAutocomplete = 965,
|
| CastOverlayClicked = 966,
|
| CastOverlayShown = 967,
|
| + BlockableMixedContentInSubframeBlocked = 968,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|