Skip to content

Commit

Permalink
Add a comment to clarify why c/b/profiles/DEPS is needed
Browse files Browse the repository at this point in the history
Bug: 1168512
Change-Id: I312ad1f704621be356202b83273317f41d386986
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639807
Auto-Submit: Sébastien Marchand <sebmarchand@chromium.org>
Commit-Queue: David Roger <droger@chromium.org>
Reviewed-by: David Roger <droger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845150}
  • Loading branch information
sebmarchand authored and Chromium LUCI CQ committed Jan 20, 2021
1 parent d04fb01 commit 8290782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chrome/browser/profiles/DEPS
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
specific_include_rules = {
"chrome_browser_main_extra_parts_profiles.cc": [
# This is required to create the SiteDataCacheFacadeFactory when a profile
# is created.
# is created. This file isn't part of the PerformanceManager public API and
# its include should be explicitly allowed.
"+chrome/browser/performance_manager/persistence/site_data/site_data_cache_facade_factory.h"
],
}

0 comments on commit 8290782

Please sign in to comment.