| 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 9f27be27a8b60795a2b002a27d417c6f13c72b19..027cc9d1aac4ec3be61e5365ccbdfa21ab2b98a4 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1217,6 +1217,11 @@ public:
|
| RegisterProtocolHandlerSecureOrigin = 1409,
|
| RegisterProtocolHandlerInsecureOrigin = 1410,
|
|
|
| + CrossOriginWindowAlert = 1411,
|
| + CrossOriginWindowConfirm = 1412,
|
| + CrossOriginWindowPrompt = 1413,
|
| + CrossOriginWindowPrint = 1414,
|
| +
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
| // Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/
|
|
|