Land Recent QUIC Changes.
[chromium-blink-merge.git] / apps / pref_names.cc
blobea08c76ba4ad271e4bd51491c4737c93cf49956e
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "apps/pref_names.h"
7 namespace apps {
9 namespace prefs {
11 // A boolean that tracks whether apps are allowed to enter fullscreen mode.
12 extern const char kAppFullscreenAllowed[] =
13 "apps.fullscreen.allowed";
15 } // namespace prefs
17 } // namespace apps