| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 0fefea40fd0f25580df24fa95aad464f933a910b..7af32783d13b8a9062f0dce007f28109112efcb3 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1292,6 +1292,9 @@ const char kMessageCenterDisabledSystemComponentIds[] =
|
| extern const char kMessageCenterEnabledSyncNotifierIds[] =
|
| "message_center.enabled_sync_notifier_ids";
|
|
|
| +// Whether the user and apps/extensions can enter fullscreen mode.
|
| +extern const char kAllowFullscreen[] = "allow_fullscreen";
|
| +
|
| // *************** LOCAL STATE ***************
|
| // These are attached to the machine/installation
|
|
|
|
|