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

Unified Diff: apps/pref_names.cc

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 | « apps/pref_names.h ('k') | apps/prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/pref_names.cc
diff --git a/apps/pref_names.cc b/apps/pref_names.cc
index 02b652c316316e86bf52d45e9486dc44532c50c2..2ca3a4a617b53882e4d95561e4d99223720c5a97 100644
--- a/apps/pref_names.cc
+++ b/apps/pref_names.cc
@@ -8,6 +8,10 @@ namespace apps {
namespace prefs {
+// A boolean that tracks whether apps are allowed to enter fullscreen mode.
+extern const char kAppFullscreenAllowed[] =
+ "apps.fullscreen.allowed";
+
// A boolean that tracks whether the user has ever enabled the app launcher.
const char kAppLauncherHasBeenEnabled[] =
"apps.app_launcher.has_been_enabled";
« no previous file with comments | « apps/pref_names.h ('k') | apps/prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698