diff options
author | sorin <sorin@chromium.org> | 2015-01-05 17:09:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-06 01:10:07 +0000 |
commit | 39eab2f9d3d0435422f65c6664276fdd72326f89 (patch) | |
tree | 83a3b3e4a880f6928cc59eeb0a04b6dae4fcc317 /extensions/browser/DEPS | |
parent | d5f87c03637894f86fa9565c86d9dac6160c3616 (diff) | |
download | chromium_src-39eab2f9d3d0435422f65c6664276fdd72326f89.zip chromium_src-39eab2f9d3d0435422f65c6664276fdd72326f89.tar.gz chromium_src-39eab2f9d3d0435422f65c6664276fdd72326f89.tar.bz2 |
Rename omaha_client and similar tokens to update_client in all contexts.
This is a mechanical change.
The idea here is to refactor the common code involved in installing
components and extensions in a common module. In the future, we want
more update-related Chrome stuff to go in this module.
Therefore, it is desirable that this module have a name that describes
its purpose.
BUG=445949
Review URL: https://codereview.chromium.org/803313003
Cr-Commit-Position: refs/heads/master@{#310022}
Diffstat (limited to 'extensions/browser/DEPS')
-rw-r--r-- | extensions/browser/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS index 64083c6..aed5c40 100644 --- a/extensions/browser/DEPS +++ b/extensions/browser/DEPS @@ -1,11 +1,11 @@ include_rules = [ "+chromeos", "+components/keyed_service", - "+components/omaha_client", "+components/pref_registry", "+components/sessions", "+components/storage_monitor", "+components/ui/zoom", + "+components/update_client", "+components/web_cache", "+components/web_modal", "+content/public/browser", |