// Copyright (c) 2010 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. cr.define('options', function() { var OptionsPage = options.OptionsPage; // The offset of the first profile in either the address list or the credit // card list. Consists of the header and the horizontal rule. const addressOffset = 2; const creditCardOffset = 3; ///////////////////////////////////////////////////////////////////////////// // AutoFillOptions class: // // TODO(jhawkins): Replace