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

Unified Diff: apps/pref_names.h

Issue 22986010: Add policy for fullscreen mode; disallow fullscreen in public sessions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser test compilation after rebase. Created 7 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
« no previous file with comments | « no previous file | apps/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/pref_names.h
diff --git a/apps/pref_names.h b/apps/pref_names.h
index 55af7d07914e3138d67630dd2a99c0d4c2046890..6a03b8611867c5f615ad01ee88a8ba2be0900e62 100644
--- a/apps/pref_names.h
+++ b/apps/pref_names.h
@@ -10,6 +10,7 @@ namespace prefs {
// Alphabetical list of preference names specific to Apps component.
// Keep alphabetized and document each one in the source file.
+extern const char kAppFullscreenAllowed[];
extern const char kAppLauncherHasBeenEnabled[];
extern const char kAppLauncherIsEnabled[];
extern const char kAppLauncherShortcutVersion[];
« no previous file with comments | « no previous file | apps/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698