summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authormiu@chromium.org <miu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-15 19:56:11 +0000
committermiu@chromium.org <miu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-15 19:56:11 +0000
commit40f12b9b2d7998d9e3bae714a194fe526129f905 (patch)
treeb1a6b3013207fef24755255d43302068e86b8a46 /chrome/common/chrome_switches.h
parent0e40a443294a188cbec9f276a387747a55a3ee08 (diff)
downloadchromium_src-40f12b9b2d7998d9e3bae714a194fe526129f905.zip
chromium_src-40f12b9b2d7998d9e3bae714a194fe526129f905.tar.gz
chromium_src-40f12b9b2d7998d9e3bae714a194fe526129f905.tar.bz2
Remove --disable-fullscreen-within-tab command-line flag.
The new UI code path for fullscreen is stable, and has been out for several months now. This change removes the command-line flag, and also cleans up the UI code in a few places where a boolean switch is no longer necessary. BUG=256870 TEST=Confirm Flash fullscreen video still works on Aura and Mac, and with/without tab capture engaged. Review URL: https://codereview.chromium.org/386463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index b1551ca..b42cc4f 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -85,7 +85,6 @@ extern const char kDisableDomainReliability[];
extern const char kDisableExtensionsFileAccessCheck[];
extern const char kDisableExtensionsHttpThrottling[];
extern const char kDisableExtensions[];
-extern const char kDisableFullscreenWithinTab[];
extern const char kDisableIPv6[];
extern const char kDisableMinimizeOnSecondLauncherItemClick[];
extern const char kDisableNTPOtherSessionsMenu[];