Index: chrome/browser/resources/PRESUBMIT.py |
diff --git a/chrome/browser/resources/PRESUBMIT.py b/chrome/browser/resources/PRESUBMIT.py |
index de005a1d42dfa4bf0d3c563132f25e9061a2449d..c091a35c2bff95b1cc76a7bf9c716108ac9957e9 100644 |
--- a/chrome/browser/resources/PRESUBMIT.py |
+++ b/chrome/browser/resources/PRESUBMIT.py |
@@ -51,7 +51,7 @@ def _CommonChecks(input_api, output_api): |
return _html_css_js_resource(maybe_resource.AbsoluteLocalPath()) |
# TODO(samarth): remove this exception <http://crbug.com/222642>. |
- instant_path = path.join(resources, 'local_omnibox_popup') |
+ instant_path = path.join(resources, 'local_ntp') |
def is_resource_no_instant(maybe_resource): |
f = maybe_resource.AbsoluteLocalPath() |
return _html_css_js_resource(f) and not f.startswith(instant_path) |