commit | 33533950a9d830d542cdffcbf84dfd1d61a2415d | [log] [tgz] |
---|---|---|
author | Benjamin Lerman <qsr@chromium.org> | Wed May 27 18:08:48 2015 +0200 |
committer | Benjamin Lerman <qsr@chromium.org> | Wed May 27 18:08:48 2015 +0200 |
tree | d0a32c572709d7bcb332246236b4a7d8dd46b54b | |
parent | 524ef56969655b5eff8becc6ca737cc2663d156d [diff] [blame] |
Have the authenticating_url_loader cache token per-origin. R=blundell@chromium.org Review URL: https://codereview.chromium.org/1161603003
diff --git a/services/authenticating_url_loader/BUILD.gn b/services/authenticating_url_loader/BUILD.gn index 730270e..5dd07b7 100644 --- a/services/authenticating_url_loader/BUILD.gn +++ b/services/authenticating_url_loader/BUILD.gn
@@ -25,5 +25,6 @@ "//mojo/services/authenticating_url_loader/public/interfaces", "//mojo/services/authentication/public/interfaces", "//mojo/services/network/public/interfaces", + "//url", ] }