1 // Copyright 2015 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.
7 * 'cr-settings-location-page' is the settings page for location access.
11 * <cr-settings-location-page prefs="{{prefs}}">
12 * </cr-settings-location-page>
15 * @group Chrome Settings Elements
16 * @element cr-settings-location-page
19 is: 'cr-settings-location-page',
36 * Whether the page is a subpage.
54 * Title for the page header and navigation menu.
62 * Name of the 'iron-icon' to show.
66 value: 'communication:location-on',
71 * Array of objects with url members.
78 * Array of objects with url members.
90 getTitleAndCount_: function(title, count) {
91 return loadTimeData.getStringF(
92 'titleAndCount', loadTimeData.getString(title), count);