[content shell] implement testRunner.overridePreference
[chromium-blink-merge.git] / ash / magnifier / magnifier_constants.h
blob4ca4c892e97b3b01cd6f9e7039fa1e1906547a23
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef ASH_MAGNIFIER_MAGNIFIER_CONSTANTS_H_
6 #define ASH_MAGNIFIER_MAGNIFIER_CONSTANTS_H_
8 namespace ash {
10 enum MagnifierType {
11 MAGNIFIER_OFF,
12 MAGNIFIER_FULL,
13 MAGNIFIER_PARTIAL,
16 } // namespace ash
18 #endif // ASH_MAGNIFIER_MAGNIFIER_CONSTANTS_H_