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

Unified Diff: chrome/browser/component_updater/sth_set_component_installer.cc

Issue 2205693004: Rename and repurpose ComponentInstallerTraits::CanAutoUpdate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cus-gp
Patch Set: rebase Created 4 years, 4 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: chrome/browser/component_updater/sth_set_component_installer.cc
diff --git a/chrome/browser/component_updater/sth_set_component_installer.cc b/chrome/browser/component_updater/sth_set_component_installer.cc
index 4e84144446979dc04565c6a30fdb845588f292a9..f6ac974ee3dd6071f89fbeaa57ace29b27826761 100644
--- a/chrome/browser/component_updater/sth_set_component_installer.cc
+++ b/chrome/browser/component_updater/sth_set_component_installer.cc
@@ -55,8 +55,9 @@ STHSetComponentInstallerTraits::STHSetComponentInstallerTraits(
STHSetComponentInstallerTraits::~STHSetComponentInstallerTraits() {}
-bool STHSetComponentInstallerTraits::CanAutoUpdate() const {
- return true;
+bool STHSetComponentInstallerTraits::
+ SupportsGroupPolicyEnabledComponentUpdates() const {
+ return false;
}
// Public data is delivered via this component, no need for encryption.

Powered by Google App Engine
This is Rietveld 408576698