Don't crash when SimpleCache index is corrupt.
[chromium-blink-merge.git] / chrome / browser / chrome_page_zoom_constants.cc
blobeabadd05f8be401a3d2e716068ff4441c930bf5f
1 // Copyright (c) 2011 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 #include "chrome/browser/chrome_page_zoom_constants.h"
7 namespace chrome_page_zoom {
9 const double kPresetZoomFactors[] = { 0.25, 0.333, 0.5, 0.666, 0.75, 0.9, 1.0,
10 1.1, 1.25, 1.5, 1.75, 2.0, 2.5, 3.0, 4.0,
11 5.0 };
12 const size_t kPresetZoomFactorsSize = arraysize(kPresetZoomFactors);
14 } // namespace chrome_page_zoom