diff options
author | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-09 05:42:37 +0000 |
---|---|---|
committer | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-09 05:43:39 +0000 |
commit | c376cae9ec4d7a9fea0e026b98f318131409a255 (patch) | |
tree | 2b9bc9b14011233d03923c38a6aca9fb752dd39a /components/component_updater/component_updater_paths.h | |
parent | 60dfcb7f066a319d39eca43e793cef6becd765d0 (diff) | |
download | chromium_src-c376cae9ec4d7a9fea0e026b98f318131409a255.zip chromium_src-c376cae9ec4d7a9fea0e026b98f318131409a255.tar.gz chromium_src-c376cae9ec4d7a9fea0e026b98f318131409a255.tar.bz2 |
Componentize component_updater: Fix bug where components disrespect --user-data-dir flag.
BUG=399993
TBR=blundell
Review URL: https://codereview.chromium.org/447303002
Cr-Commit-Position: refs/heads/master@{#288514}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/component_updater/component_updater_paths.h')
-rw-r--r-- | components/component_updater/component_updater_paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/component_updater/component_updater_paths.h b/components/component_updater/component_updater_paths.h index c69aec0..b2d1062 100644 --- a/components/component_updater/component_updater_paths.h +++ b/components/component_updater/component_updater_paths.h @@ -23,7 +23,7 @@ enum { // Call once to register the provider for the path keys defined above. // |components_root_key| is the path provider key defining where the // components should be installed. -void RegisterPathProvider(const base::FilePath& components_root_key); +void RegisterPathProvider(int components_root_key); } // namespace component_updater |