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

Unified Diff: chrome/browser/resources/web_dev_style/js_checker.py

Issue 10164005: History: Fix JavaScript style issues so presubmit checks pass. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address tbreisacher's comments. Created 8 years, 8 months 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
« no previous file with comments | « chrome/browser/resources/history/history.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/web_dev_style/js_checker.py
diff --git a/chrome/browser/resources/web_dev_style/js_checker.py b/chrome/browser/resources/web_dev_style/js_checker.py
index bf6077b0cd23c35e663404052fba3f54de43957d..785f73bf9a9cf208d26b08c570d0b9a719c14bde 100644
--- a/chrome/browser/resources/web_dev_style/js_checker.py
+++ b/chrome/browser/resources/web_dev_style/js_checker.py
@@ -75,6 +75,7 @@ class JSChecker(object):
dirs = (
path.join(resources, 'extensions'),
path.join(resources, 'help'),
+ path.join(resources, 'history'),
path.join(resources, 'net_internals'),
path.join(resources, 'ntp4'),
path.join(resources, 'options2'),
« no previous file with comments | « chrome/browser/resources/history/history.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698