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

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

Issue 1169823005: Add sidebar views implementation using ExtensionSystem SidebarManager Base URL: https://chromium.googlesource.com/chromium/src.git@patch-a
Patch Set: Rebased patch set to 1168383002/#ps220001 Created 5 years, 3 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 1451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 1462
1463 // Whether Extensions are enabled. 1463 // Whether Extensions are enabled.
1464 const char kDisableExtensions[] = "extensions.disabled"; 1464 const char kDisableExtensions[] = "extensions.disabled";
1465 1465
1466 // Whether the plugin finder that lets you install missing plugins is enabled. 1466 // Whether the plugin finder that lets you install missing plugins is enabled.
1467 const char kDisablePluginFinder[] = "plugins.disable_plugin_finder"; 1467 const char kDisablePluginFinder[] = "plugins.disable_plugin_finder";
1468 1468
1469 // Customized app page names that appear on the New Tab Page. 1469 // Customized app page names that appear on the New Tab Page.
1470 const char kNtpAppPageNames[] = "ntp.app_page_names"; 1470 const char kNtpAppPageNames[] = "ntp.app_page_names";
1471 1471
1472 const char kExtensionSidebarWidth[] = "extensions.sidebar.width";
1473
1472 #if defined(OS_ANDROID) 1474 #if defined(OS_ANDROID)
1473 // Keeps track of currently open tabs collapsed state in the Other Devices menu. 1475 // Keeps track of currently open tabs collapsed state in the Other Devices menu.
1474 const char kNtpCollapsedCurrentlyOpenTabs[] = "ntp.collapsed_open_tabs"; 1476 const char kNtpCollapsedCurrentlyOpenTabs[] = "ntp.collapsed_open_tabs";
1475 #endif 1477 #endif
1476 1478
1477 // Keeps track of which sessions are collapsed in the Other Devices menu. 1479 // Keeps track of which sessions are collapsed in the Other Devices menu.
1478 const char kNtpCollapsedForeignSessions[] = "ntp.collapsed_foreign_sessions"; 1480 const char kNtpCollapsedForeignSessions[] = "ntp.collapsed_foreign_sessions";
1479 1481
1480 #if defined(OS_ANDROID) 1482 #if defined(OS_ANDROID)
1481 // Keeps track of recently closed tabs collapsed state in the Other Devices 1483 // Keeps track of recently closed tabs collapsed state in the Other Devices
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 "supervised_users.whitelists"; 2219 "supervised_users.whitelists";
2218 2220
2219 #if defined(ENABLE_EXTENSIONS) 2221 #if defined(ENABLE_EXTENSIONS)
2220 // Policy that indicates how to handle animated images. 2222 // Policy that indicates how to handle animated images.
2221 const char kAnimationPolicy[] = "settings.a11y.animation_policy"; 2223 const char kAnimationPolicy[] = "settings.a11y.animation_policy";
2222 #endif 2224 #endif
2223 2225
2224 const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload"; 2226 const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload";
2225 2227
2226 } // namespace prefs 2228 } // 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