summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjered@chromium.org <jered@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-19 05:48:43 +0000
committerjered@chromium.org <jered@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-19 05:48:43 +0000
commit2b3ded9b1cc12a3cfb2bdf1a0f64d46fa4da6219 (patch)
treec514a2d597d7944aa787c9a2ff1a683ab0eb2971 /tools
parentd51a39a39c7d059855eb652593703ffcee8da167 (diff)
downloadchromium_src-2b3ded9b1cc12a3cfb2bdf1a0f64d46fa4da6219.zip
chromium_src-2b3ded9b1cc12a3cfb2bdf1a0f64d46fa4da6219.tar.gz
chromium_src-2b3ded9b1cc12a3cfb2bdf1a0f64d46fa4da6219.tar.bz2
InstantExtended: Fall back if JS disabled.
This change makes Chrome fall back to the local NTP if content settings or the global webkit pref say Javascript should be disabled. The Google NTP already falls back if it thinks JS is disabled, correctly or incorrectly, so this is mostly just to avoid extra network traffic. BUG=240935 TEST=unit tests, manually tried it Review URL: https://chromiumcodereview.appspot.com/16843012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/metrics/histograms/histograms.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d6c2d91..1658339 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15001,6 +15001,7 @@ other types of suffix sets.
<int value="3" label="Page not current: origin/path mismatch"/>
<int value="4" label="Page not current: instant not supported"/>
<int value="5" label="No overlay"/>
+ <int value="6" label="Javascript disabled"/>
</enum>
<enum name="InstantExtended_InstantNavigation" type="int">