summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/shared/js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/shared/js')
-rw-r--r--chrome/browser/resources/shared/js/cr.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/resources/shared/js/cr.js b/chrome/browser/resources/shared/js/cr.js
index b9798bb..059e8ef 100644
--- a/chrome/browser/resources/shared/js/cr.js
+++ b/chrome/browser/resources/shared/js/cr.js
@@ -16,7 +16,8 @@ this.cr = (function() {
/**
* Tags the html element with an attribute that allows touch-specific css
* rules.
- * TODO(rbyers): make Chrome always touch-optimized. http://crbug.com/105380
+ * TODO(rbyers): Switch to a touch-screen media query once we have one.
+ * http://crbug.com/123062
*/
function enableTouchOptimizedCss() {
if (cr.isTouchOptimized)