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

Unified Diff: chrome/common/pref_names.h

Issue 7566016: Fullscreen support for Lion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
===================================================================
--- chrome/common/pref_names.h (revision 95287)
+++ chrome/common/pref_names.h (working copy)
@@ -252,6 +252,10 @@
extern const char kEnableHyperlinkAuditing[];
extern const char kEnableReferrers[];
+#if defined(OS_MACOSX)
+extern const char kPresentationModeEnabled[];
+#endif
+
#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
extern const char kLocalProfileId[];
extern const char kPasswordsUseLocalProfileId[];

Powered by Google App Engine
This is Rietveld 408576698