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

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

Issue 2128703002: MD Settings: add "Use system title bar and borders" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windoze compile Created 4 years, 5 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/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/pref_font_webkit_names.h" 9 #include "chrome/common/pref_font_webkit_names.h"
10 10
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 "browser.default_browser_setting_enabled"; 1033 "browser.default_browser_setting_enabled";
1034 1034
1035 #if defined(OS_MACOSX) 1035 #if defined(OS_MACOSX)
1036 // Boolean that indicates whether the application should show the info bar 1036 // Boolean that indicates whether the application should show the info bar
1037 // asking the user to set up automatic updates when Keystone promotion is 1037 // asking the user to set up automatic updates when Keystone promotion is
1038 // required. 1038 // required.
1039 const char kShowUpdatePromotionInfoBar[] = 1039 const char kShowUpdatePromotionInfoBar[] =
1040 "browser.show_update_promotion_info_bar"; 1040 "browser.show_update_promotion_info_bar";
1041 #endif 1041 #endif
1042 1042
1043 #if defined(OS_LINUX) && !defined(OS_CHROMEOS)
1043 // Boolean that is false if we should show window manager decorations. If 1044 // Boolean that is false if we should show window manager decorations. If
1044 // true, we draw a custom chrome frame (thicker title bar and blue border). 1045 // true, we draw a custom chrome frame (thicker title bar and blue border).
1045 const char kUseCustomChromeFrame[] = "browser.custom_chrome_frame"; 1046 const char kUseCustomChromeFrame[] = "browser.custom_chrome_frame";
1047 #endif
1046 1048
1047 const char kBackShortcutBubbleShownCount[] = 1049 const char kBackShortcutBubbleShownCount[] =
1048 "browser.back_shortcut_bubble_shown_count"; 1050 "browser.back_shortcut_bubble_shown_count";
1049 1051
1050 #if defined(ENABLE_PLUGINS) 1052 #if defined(ENABLE_PLUGINS)
1051 // Which plugins have been whitelisted manually by the user. 1053 // Which plugins have been whitelisted manually by the user.
1052 const char kContentSettingsPluginWhitelist[] = 1054 const char kContentSettingsPluginWhitelist[] =
1053 "profile.content_settings.plugin_whitelist"; 1055 "profile.content_settings.plugin_whitelist";
1054 #endif 1056 #endif
1055 1057
(...skipping 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 #endif 2258 #endif
2257 2259
2258 // The base64-encoded representation of the public key to use to validate origin 2260 // The base64-encoded representation of the public key to use to validate origin
2259 // trial token signatures. 2261 // trial token signatures.
2260 const char kOriginTrialPublicKey[] = "origin_trials.public_key"; 2262 const char kOriginTrialPublicKey[] = "origin_trials.public_key";
2261 2263
2262 // A list of origin trial features to disable by policy. 2264 // A list of origin trial features to disable by policy.
2263 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features"; 2265 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features";
2264 2266
2265 } // namespace prefs 2267 } // 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