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

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

Issue 1079843002: DevTools: allow storing devtools preferences on the browser side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 5 years, 8 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
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 1601 matching lines...) Expand 10 before | Expand all | Expand 10 after
1612 "devtools.port_forwarding_enabled"; 1612 "devtools.port_forwarding_enabled";
1613 1613
1614 // A boolean specifying whether default port forwarding configuration has been 1614 // A boolean specifying whether default port forwarding configuration has been
1615 // set. 1615 // set.
1616 const char kDevToolsPortForwardingDefaultSet[] = 1616 const char kDevToolsPortForwardingDefaultSet[] =
1617 "devtools.port_forwarding_default_set"; 1617 "devtools.port_forwarding_default_set";
1618 1618
1619 // A dictionary of port->location pairs for port forwarding. 1619 // A dictionary of port->location pairs for port forwarding.
1620 const char kDevToolsPortForwardingConfig[] = "devtools.port_forwarding_config"; 1620 const char kDevToolsPortForwardingConfig[] = "devtools.port_forwarding_config";
1621 1621
1622 // A dictionary with generic DevTools settings.
1623 const char kDevToolsPreferences[] = "devtools.preferences";
1624
1622 #if defined(OS_ANDROID) 1625 #if defined(OS_ANDROID)
1623 // A boolean specifying whether remote dev tools debugging is enabled. 1626 // A boolean specifying whether remote dev tools debugging is enabled.
1624 const char kDevToolsRemoteEnabled[] = "devtools.remote_enabled"; 1627 const char kDevToolsRemoteEnabled[] = "devtools.remote_enabled";
1625 #endif 1628 #endif
1626 1629
1627 // Boolean indicating that TiclInvalidationService should use GCM channel. 1630 // Boolean indicating that TiclInvalidationService should use GCM channel.
1628 // False or lack of settings means XMPPPushClient channel. 1631 // False or lack of settings means XMPPPushClient channel.
1629 const char kInvalidationServiceUseGCMChannel[] = 1632 const char kInvalidationServiceUseGCMChannel[] =
1630 "invalidation_service.use_gcm_channel"; 1633 "invalidation_service.use_gcm_channel";
1631 1634
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
2292 // (name and a list of clients that registered the whitelist). 2295 // (name and a list of clients that registered the whitelist).
2293 const char kRegisteredSupervisedUserWhitelists[] = 2296 const char kRegisteredSupervisedUserWhitelists[] =
2294 "supervised_users.whitelists"; 2297 "supervised_users.whitelists";
2295 2298
2296 #if defined(ENABLE_EXTENSIONS) 2299 #if defined(ENABLE_EXTENSIONS)
2297 // Policy that indicates how to handle animated images. 2300 // Policy that indicates how to handle animated images.
2298 const char kAnimationPolicy[] = "settings.a11y.animation_policy"; 2301 const char kAnimationPolicy[] = "settings.a11y.animation_policy";
2299 #endif 2302 #endif
2300 2303
2301 } // namespace prefs 2304 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | content/shell/browser/layout_test/layout_test_devtools_frontend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698