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

Unified Diff: chrome/browser/component_updater/subresource_filter_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/subresource_filter_component_installer.cc
diff --git a/chrome/browser/component_updater/subresource_filter_component_installer.cc b/chrome/browser/component_updater/subresource_filter_component_installer.cc
index 0bc084f8f834d836b34c7843a83b2b2a1f566e5d..7517aee2e6bf93b60a6c0c5016838cb197aa62c7 100644
--- a/chrome/browser/component_updater/subresource_filter_component_installer.cc
+++ b/chrome/browser/component_updater/subresource_filter_component_installer.cc
@@ -52,8 +52,9 @@ SubresourceFilterComponentInstallerTraits::
SubresourceFilterComponentInstallerTraits::
~SubresourceFilterComponentInstallerTraits() {}
-bool SubresourceFilterComponentInstallerTraits::CanAutoUpdate() const {
- return true;
+bool SubresourceFilterComponentInstallerTraits::
+ SupportsGroupPolicyEnabledComponentUpdates() const {
+ return false;
}
// Public data is delivered via this component, no need for encryption.

Powered by Google App Engine
This is Rietveld 408576698