Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Side by Side Diff: chrome/common/pref_names.cc

Issue 108213012: [DevTools] Remove dock side knowledge from browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac tests Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1775 matching lines...) Expand 10 before | Expand all | Expand 10 after
1786 // A private RSA key for ADB handshake. 1786 // A private RSA key for ADB handshake.
1787 const char kDevToolsAdbKey[] = "devtools.adb_key"; 1787 const char kDevToolsAdbKey[] = "devtools.adb_key";
1788 1788
1789 const char kDevToolsDisabled[] = "devtools.disabled"; 1789 const char kDevToolsDisabled[] = "devtools.disabled";
1790 1790
1791 // Determines whether devtools should be discovering usb devices for 1791 // Determines whether devtools should be discovering usb devices for
1792 // remote debugging at chrome://inspect. 1792 // remote debugging at chrome://inspect.
1793 const char kDevToolsDiscoverUsbDevicesEnabled[] = 1793 const char kDevToolsDiscoverUsbDevicesEnabled[] =
1794 "devtools.discover_usb_devices"; 1794 "devtools.discover_usb_devices";
1795 1795
1796 // A string specifying the dock location (either 'bottom' or 'right').
1797 const char kDevToolsDockSide[] = "devtools.dock_side";
1798
1799 // Maps of files edited locally using DevTools. 1796 // Maps of files edited locally using DevTools.
1800 const char kDevToolsEditedFiles[] = "devtools.edited_files"; 1797 const char kDevToolsEditedFiles[] = "devtools.edited_files";
1801 1798
1802 // List of file system paths added in DevTools. 1799 // List of file system paths added in DevTools.
1803 const char kDevToolsFileSystemPaths[] = "devtools.file_system_paths"; 1800 const char kDevToolsFileSystemPaths[] = "devtools.file_system_paths";
1804 1801
1805 // A boolean specifying whether dev tools window should be opened docked. 1802 // A boolean specifying whether dev tools window should be opened docked.
1806 const char kDevToolsOpenDocked[] = "devtools.open_docked"; 1803 const char kDevToolsOpenDocked[] = "devtools.open_docked";
1807 1804
1808 // A boolean specifying whether port forwarding should be enabled. 1805 // A boolean specifying whether port forwarding should be enabled.
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
2685 2682
2686 // The number of seconds since epoch that the OS password was last changed. 2683 // The number of seconds since epoch that the OS password was last changed.
2687 const char kOsPasswordLastChanged[] = 2684 const char kOsPasswordLastChanged[] =
2688 "password_manager.os_password_last_changed"; 2685 "password_manager.os_password_last_changed";
2689 #endif 2686 #endif
2690 2687
2691 // Whether DNS Quick Check is disabled in proxy resolution. 2688 // Whether DNS Quick Check is disabled in proxy resolution.
2692 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; 2689 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
2693 2690
2694 } // namespace prefs 2691 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698