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

Unified Diff: components/component_updater/component_updater_paths.h

Issue 2085583005: Allow DCI to pick up contents from Internet Plug-Ins on OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clarified comments. Created 4 years, 6 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
« no previous file with comments | « chrome/test/base/chrome_unit_test_suite.cc ('k') | components/component_updater/component_updater_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 94feb661f9595c9c851e26a39701be6fd2abc17f..1dc1177e2e55ea80c6b9aa3f44b694302d1ad763 100644
--- a/components/component_updater/component_updater_paths.h
+++ b/components/component_updater/component_updater_paths.h
@@ -17,6 +17,12 @@ enum {
// implementations installed by the
// Chrome installer or package
// manager.
+ DIR_COMPONENT_PREINSTALLED_ALT, // A second preinstalled directory,
+ // necessary because some components
+ // live in a distinct directory on
+ // OS X. On other platforms, this
+ // ultimately is equivalent to
+ // DIR_COMPONENT_PREINSTALLED.
DIR_COMPONENT_USER, // Directory that contains user-wide
// (component-updater-installer)
// component implementations.
@@ -35,6 +41,7 @@ enum {
// |components_user_root_key| is the path provider key defining where the
// component updater should install new versions of components.
void RegisterPathProvider(int components_system_root_key,
+ int components_system_root_key_alt,
Eugene But (OOO till 7-30) 2016/06/22 02:06:34 Could you please update function comments and expl
int components_user_root_key);
} // namespace component_updater
« no previous file with comments | « chrome/test/base/chrome_unit_test_suite.cc ('k') | components/component_updater/component_updater_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698