| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/common/pref_names.h" | 5 #include "chrome/common/pref_names.h" |
| 6 | 6 |
| 7 #include "base/basictypes.h" | 7 #include "base/basictypes.h" |
| 8 #include "chrome/common/pref_font_webkit_names.h" | 8 #include "chrome/common/pref_font_webkit_names.h" |
| 9 | 9 |
| 10 namespace prefs { | 10 namespace prefs { |
| (...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1789 | 1789 |
| 1790 // A string specifying the dock location (either 'bottom' or 'right'). | 1790 // A string specifying the dock location (either 'bottom' or 'right'). |
| 1791 const char kDevToolsDockSide[] = "devtools.dock_side"; | 1791 const char kDevToolsDockSide[] = "devtools.dock_side"; |
| 1792 | 1792 |
| 1793 // Maps of files edited locally using DevTools. | 1793 // Maps of files edited locally using DevTools. |
| 1794 const char kDevToolsEditedFiles[] = "devtools.edited_files"; | 1794 const char kDevToolsEditedFiles[] = "devtools.edited_files"; |
| 1795 | 1795 |
| 1796 // List of file system paths added in DevTools. | 1796 // List of file system paths added in DevTools. |
| 1797 const char kDevToolsFileSystemPaths[] = "devtools.file_system_paths"; | 1797 const char kDevToolsFileSystemPaths[] = "devtools.file_system_paths"; |
| 1798 | 1798 |
| 1799 // Integer location of the horizontal split bar in the browser view. | |
| 1800 const char kDevToolsHSplitLocation[] = "devtools.split_location"; | |
| 1801 | |
| 1802 // A boolean specifying whether dev tools window should be opened docked. | 1799 // A boolean specifying whether dev tools window should be opened docked. |
| 1803 const char kDevToolsOpenDocked[] = "devtools.open_docked"; | 1800 const char kDevToolsOpenDocked[] = "devtools.open_docked"; |
| 1804 | 1801 |
| 1805 // A boolean specifying whether port forwarding should be enabled. | 1802 // A boolean specifying whether port forwarding should be enabled. |
| 1806 const char kDevToolsPortForwardingEnabled[] = | 1803 const char kDevToolsPortForwardingEnabled[] = |
| 1807 "devtools.port_forwarding_enabled"; | 1804 "devtools.port_forwarding_enabled"; |
| 1808 | 1805 |
| 1809 // A boolean specifying whether default port forwarding configuration has been | 1806 // A boolean specifying whether default port forwarding configuration has been |
| 1810 // set. | 1807 // set. |
| 1811 const char kDevToolsPortForwardingDefaultSet[] = | 1808 const char kDevToolsPortForwardingDefaultSet[] = |
| 1812 "devtools.port_forwarding_default_set"; | 1809 "devtools.port_forwarding_default_set"; |
| 1813 | 1810 |
| 1814 // A dictionary of port->location pairs for port forwarding. | 1811 // A dictionary of port->location pairs for port forwarding. |
| 1815 const char kDevToolsPortForwardingConfig[] = "devtools.port_forwarding_config"; | 1812 const char kDevToolsPortForwardingConfig[] = "devtools.port_forwarding_config"; |
| 1816 | 1813 |
| 1817 #if defined(OS_ANDROID) | 1814 #if defined(OS_ANDROID) |
| 1818 // A boolean specifying whether remote dev tools debugging is enabled. | 1815 // A boolean specifying whether remote dev tools debugging is enabled. |
| 1819 const char kDevToolsRemoteEnabled[] = "devtools.remote_enabled"; | 1816 const char kDevToolsRemoteEnabled[] = "devtools.remote_enabled"; |
| 1820 #endif | 1817 #endif |
| 1821 | 1818 |
| 1822 // Integer location of the vertical split bar in the browser view. | |
| 1823 const char kDevToolsVSplitLocation[] = "devtools.v_split_location"; | |
| 1824 | |
| 1825 #if defined(OS_ANDROID) || defined(OS_IOS) | 1819 #if defined(OS_ANDROID) || defined(OS_IOS) |
| 1826 // A boolean specifying whether a SPDY proxy is enabled. | 1820 // A boolean specifying whether a SPDY proxy is enabled. |
| 1827 const char kSpdyProxyAuthEnabled[] = "spdy_proxy.enabled"; | 1821 const char kSpdyProxyAuthEnabled[] = "spdy_proxy.enabled"; |
| 1828 const char kSpdyProxyAuthWasEnabledBefore[] = "spdy_proxy.was_enabled_before"; | 1822 const char kSpdyProxyAuthWasEnabledBefore[] = "spdy_proxy.was_enabled_before"; |
| 1829 #endif // defined(OS_ANDROID) || defined(OS_IOS) | 1823 #endif // defined(OS_ANDROID) || defined(OS_IOS) |
| 1830 | 1824 |
| 1831 // Boolean which stores if the user is allowed to signin to chrome. | 1825 // Boolean which stores if the user is allowed to signin to chrome. |
| 1832 const char kSigninAllowed[] = "signin.allowed"; | 1826 const char kSigninAllowed[] = "signin.allowed"; |
| 1833 | 1827 |
| 1834 // 64-bit integer serialization of the base::Time when the last sync occurred. | 1828 // 64-bit integer serialization of the base::Time when the last sync occurred. |
| (...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2675 const char kOsPasswordBlank[] = "password_manager.os_password_blank"; | 2669 const char kOsPasswordBlank[] = "password_manager.os_password_blank"; |
| 2676 | 2670 |
| 2677 // The number of seconds since epoch that the OS password was last changed. | 2671 // The number of seconds since epoch that the OS password was last changed. |
| 2678 const char kOsPasswordLastChanged[] = | 2672 const char kOsPasswordLastChanged[] = |
| 2679 "password_manager.os_password_last_changed"; | 2673 "password_manager.os_password_last_changed"; |
| 2680 #endif | 2674 #endif |
| 2681 | 2675 |
| 2682 // Whether DNS Quick Check is disabled in proxy resolution. | 2676 // Whether DNS Quick Check is disabled in proxy resolution. |
| 2683 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; | 2677 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; |
| 2684 } // namespace prefs | 2678 } // namespace prefs |
| OLD | NEW |