summaryrefslogtreecommitdiffstats
path: root/content/shell/common
diff options
context:
space:
mode:
authorzeeshanq@chromium.org <zeeshanq@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-20 02:28:03 +0000
committerzeeshanq@chromium.org <zeeshanq@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-20 02:28:03 +0000
commit564b90bb071adeb546fc5deb98de1ad70ba2f685 (patch)
tree2b9b8dcdda764eaad672f67f2f22019f906c1fc0 /content/shell/common
parent0b9999d70626420d55d9b05af8762ca00c9db3b2 (diff)
downloadchromium_src-564b90bb071adeb546fc5deb98de1ad70ba2f685.zip
chromium_src-564b90bb071adeb546fc5deb98de1ad70ba2f685.tar.gz
chromium_src-564b90bb071adeb546fc5deb98de1ad70ba2f685.tar.bz2
Support viewport in content_shell.
Viewport preferences are overridden even with the --enable-viewport flag passed in. BUG=343993 Review URL: https://codereview.chromium.org/166033008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252161 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/common')
-rw-r--r--content/shell/common/webkit_test_helpers.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/common/webkit_test_helpers.cc b/content/shell/common/webkit_test_helpers.cc
index f7c2ca3..316b559 100644
--- a/content/shell/common/webkit_test_helpers.cc
+++ b/content/shell/common/webkit_test_helpers.cc
@@ -108,7 +108,6 @@ void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs) {
#if defined(OS_ANDROID)
prefs->text_autosizing_enabled = false;
#endif
- prefs->viewport_enabled = false;
}
base::FilePath GetWebKitRootDirFilePath() {