| 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 6e19b7538911b8f0333cbd84f2ee3385a012a359..3fd4e235574da94ccc8a6da15267b5fc5dd55175 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1196,6 +1196,7 @@ public:
|
| TouchStartUserGestureUtilized = 1380,
|
| TouchMoveUserGestureUtilized = 1381,
|
| TouchEndDuringScrollUserGestureUtilized = 1382,
|
| + FormSubmissionNotInDocumentTree = 1399,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|