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

Unified Diff: chrome/common/pref_names.h

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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index a8dea0dcd72a251f9d05d695db4a169ef5e10bca..6930b9e0ff6e3da65bcd8667c3bd744e0062c678 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -353,7 +353,9 @@ extern const char kDefaultBrowserSettingEnabled[];
#if defined(OS_MACOSX)
extern const char kShowUpdatePromotionInfoBar[];
#endif
+#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
extern const char kUseCustomChromeFrame[];
+#endif
extern const char kBackShortcutBubbleShownCount[];
#if defined(ENABLE_PLUGINS)
extern const char kContentSettingsPluginWhitelist[];
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698