| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 3be78c58f04b2f3798ee1cf09b4d9b8db13ecc55..02258631ea70fbe5f399097f74adc329031439a5 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -473,6 +473,7 @@ public:
|
| // The above items are available in M37 branch.
|
|
|
| UseAsm = 473,
|
| + KeyEventNotAllowedInFullScreen = 474,
|
| // 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/
|
|
|