Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 8695007: Replace TOUCH_UI condition in WebUI with dynamic flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tiny tweaks based on CR feedback Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/ntp4/new_tab.html
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index 6f30f06b8aaa29fd55a7702ff8675ccb7fe004a5..bb79acd43856ba92ada21e6d1461666365c69d44 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -20,12 +20,6 @@
<!-- It's important that this be the first script loaded. -->
<script src="logging.js"></script>
-<if expr="pp_ifdef('touchui')">
-<script>
-document.documentElement.setAttribute('touchui', true);
-</script>
-</if>
-
<link rel="stylesheet" href="../shared/css/button.css">
<link rel="stylesheet" href="../shared/css/bubble.css">
<link rel="stylesheet" href="../shared/css/expandable_bubble.css">

Powered by Google App Engine
This is Rietveld 408576698