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

Unified Diff: components/autofill/content/browser/DEPS

Issue 2865233003: Use an MutationObserver to check when a password form disappears after XHR (Closed)
Patch Set: updates Created 3 years, 7 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
Index: components/autofill/content/browser/DEPS
diff --git a/components/autofill/content/browser/DEPS b/components/autofill/content/browser/DEPS
index b9cba25264621971df9cd2502dcc86766129deba..474cd74243e404f659aba340fd52a83aa496e8a5 100644
--- a/components/autofill/content/browser/DEPS
+++ b/components/autofill/content/browser/DEPS
@@ -8,6 +8,7 @@ include_rules = [
"+gpu/config/gpu_info.h",
"+sql",
"+third_party/libphonenumber", # For phone number i18n.
+ "+third_party/WebKit/public/platform/WebRect.h",
]
specific_include_rules = {

Powered by Google App Engine
This is Rietveld 408576698