// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. /** * @fileoverview Utility methods for accessing chrome.metricsPrivate API. * * To be included as a first script in main.html */ (function() { // Switch to the 'test harness' mode when loading from a file or http url. // Do this as early as possible because the metrics code depends on // chrome private APIs. if (document.location.protocol == 'file:' || document.location.protocol == 'http:') { console.log('created mock script'); document.write('