diff options
author | rockot <rockot@chromium.org> | 2014-11-06 10:50:01 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-06 18:50:26 +0000 |
commit | 3813023bde420950c60d9d12a8610510b76da337 (patch) | |
tree | c4c1a71be980404150fce8f9848ae4ac831fb0c8 /extensions/browser/DEPS | |
parent | ba4eca9bf6691e4ed55eee55a0bcac1a932b7688 (diff) | |
download | chromium_src-3813023bde420950c60d9d12a8610510b76da337.zip chromium_src-3813023bde420950c60d9d12a8610510b76da337.tar.gz chromium_src-3813023bde420950c60d9d12a8610510b76da337.tar.bz2 |
Add rudimentary UpdateService to app_shell
It can download a CRX from the web store using an ID given at the
command line.
This wires up utility process support for app_shell and establishes
a base for factoring additional extensions utility IPCs out of
//chrome in the near future.
BUG=398671
TBR=asargent@chromium.org for cloned dependency on omaha_query_params
Review URL: https://codereview.chromium.org/693233003
Cr-Commit-Position: refs/heads/master@{#303055}
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 ea65597..117bedd 100644 --- a/extensions/browser/DEPS +++ b/extensions/browser/DEPS @@ -1,5 +1,6 @@ include_rules = [ "+components/keyed_service", + "+components/omaha_query_params", "+components/pref_registry", "+components/sessions", "+components/storage_monitor", |