commit | eeebbf9ba45eb8d4207e03237e854d4d450b2208 | [log] [tgz] |
---|---|---|
author | Robbie McElrath <[email protected]> | Thu Jun 13 17:37:13 2019 |
committer | Commit Bot <[email protected]> | Thu Jun 13 17:37:13 2019 |
tree | b3e34d95e343d8ec379595af48893cfb570381be | |
parent | b8ed6392b04972858d5219b7e041def5d7f9f4e9 [diff] [blame] |
Make ChromeBrowsingDataRemoverDelegateTest not call Profile::GetRequestContext. Profile::GetRequestContext won't work with the network service enabled. Bug: 966633 Change-Id: Ic50f7104884972214796ea059014e94a0e3617f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656929 Reviewed-by: John Abd-El-Malek <[email protected]> Commit-Queue: Robbie McElrath <[email protected]> Cr-Commit-Position: refs/heads/master@{#668883}
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 84b5578..48cd7fc 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS
@@ -230,4 +230,8 @@ "input_method_manager_impl.cc": [ "+ash/keyboard/ui/keyboard_controller.h", ], + "chrome_browsing_data_remover_delegate_unittest.cc": [ + "+services/network/network_context.h", + "+services/network/network_service.h", + ], }