Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: components/component_updater/component_updater_paths.h

Issue 375973003: Componentize component_updater: Use Configurator to build query parameters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/component_updater/component_updater_paths.h
diff --git a/components/component_updater/component_updater_paths.h b/components/component_updater/component_updater_paths.h
index b25189567e240e466d5dd57cfaebe163c1a95079..c69aec08d70903bf0b2a763ffcb8d733a3a8186b 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
};

Powered by Google App Engine
This is Rietveld 408576698