diff options
author | thiago.santos <thiago.santos@intel.com> | 2014-09-05 06:29:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-05 13:31:24 +0000 |
commit | 89e236b4594095c089b53d9cd4d521eb81860721 (patch) | |
tree | 367888b16070b29d91cf7f0f7f874783d4f3eabc /extensions/browser/DEPS | |
parent | 3c5f982b2be65081adea0668405fa4fcf6e35194 (diff) | |
download | chromium_src-89e236b4594095c089b53d9cd4d521eb81860721.zip chromium_src-89e236b4594095c089b53d9cd4d521eb81860721.tar.gz chromium_src-89e236b4594095c089b53d9cd4d521eb81860721.tar.bz2 |
Move system.* family of APIs to extensions/
As side effect, this APIs will also be available for the app_shell.
The patch also removes the dependence this API has on the g_browser_process
and thus, no longer will depend on chrome/.
BUG=392842
Review URL: https://codereview.chromium.org/389633002
Cr-Commit-Position: refs/heads/master@{#293512}
Diffstat (limited to 'extensions/browser/DEPS')
-rw-r--r-- | extensions/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS index dfc1e78..ca26f8a 100644 --- a/extensions/browser/DEPS +++ b/extensions/browser/DEPS @@ -2,6 +2,7 @@ include_rules = [ "+components/keyed_service", "+components/pref_registry", "+components/sessions", + "+components/storage_monitor", "+components/web_modal", "+content/public/browser", "+device/bluetooth", |