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-internet-page' is the settings page containing internet
12 * <core-animated-pages>
13 * <cr-settings-internet-page prefs='{{prefs}}'>
14 * </cr-settings-internet-page>
16 * </core-animated-pages>
18 * @group Chrome Settings Elements
19 * @element cr-settings-internet-page
22 is: 'cr-settings-internet-page',
43 * Whether the page is a subpage.
52 * Title for the page header and navigation menu.
56 value: function() { return loadTimeData.getString('internetPageTitle'); }
60 * Name of the 'core-icon' to show. TODO(stevenjb): Update this with the
61 * icon for the active internet connection.
65 value: 'settings-ethernet',