| Index: ash/magnifier/magnifier_constants.h
|
| diff --git a/ash/magnifier/magnifier_constants.h b/ash/magnifier/magnifier_constants.h
|
| index 4ca4c892e97b3b01cd6f9e7039fa1e1906547a23..8798fddb6cacc576ce2f498deb10085972694b3e 100644
|
| --- a/ash/magnifier/magnifier_constants.h
|
| +++ b/ash/magnifier/magnifier_constants.h
|
| @@ -8,9 +8,10 @@
|
| namespace ash {
|
|
|
| enum MagnifierType {
|
| - MAGNIFIER_OFF,
|
| - MAGNIFIER_FULL,
|
| - MAGNIFIER_PARTIAL,
|
| + MAGNIFIER_TYPE_UNCHANGE = 0,
|
| + MAGNIFIER_FULL = 1, // This should not be changed for UMA and pref.
|
| + MAGNIFIER_PARTIAL = 2, // This should not be changed for UMA and pref.
|
| + MAGNIFIER_DEFAULT = MAGNIFIER_FULL,
|
| };
|
|
|
| } // namespace ash
|
|
|