summaryrefslogtreecommitdiffstats
path: root/components/component_updater/component_updater_paths.h
diff options
context:
space:
mode:
authortommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-10 22:47:39 +0000
committertommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-10 22:47:39 +0000
commit6a8ab1dceba32f021f112ce62c8ac80d70e658c3 (patch)
tree501d1c586c2260c3e85bf8f8ad75a27a2a207c54 /components/component_updater/component_updater_paths.h
parent52964610aceab2646985efa765927a52a3eab8fa (diff)
downloadchromium_src-6a8ab1dceba32f021f112ce62c8ac80d70e658c3.zip
chromium_src-6a8ab1dceba32f021f112ce62c8ac80d70e658c3.tar.gz
chromium_src-6a8ab1dceba32f021f112ce62c8ac80d70e658c3.tar.bz2
Componentize component_updater: Use Configurator to build query parameters.
This also breaks a few more misc. bonds between chrome/common and component_updater. BUG=371463 Review URL: https://codereview.chromium.org/375973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/component_updater/component_updater_paths.h')
-rw-r--r--components/component_updater/component_updater_paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/component_updater/component_updater_paths.h b/components/component_updater/component_updater_paths.h
index b251895..c69aec0 100644
--- a/components/component_updater/component_updater_paths.h
+++ b/components/component_updater/component_updater_paths.h
@@ -16,6 +16,7 @@ enum {
DIR_RECOVERY_BASE, // Full path to the dir for Recovery
// component.
DIR_SWIFT_SHADER, // Path to the SwiftShader component.
+ DIR_SW_REPORTER, // Path to the SwReporter component.
PATH_END
};