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

Unified Diff: extensions/browser/updater/extension_downloader.cc

Issue 2900953002: Syntax errors in three network traffic annotations corrected. (Closed)
Patch Set: Created 3 years, 7 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/browser/extensions/install_signer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/updater/extension_downloader.cc
diff --git a/extensions/browser/updater/extension_downloader.cc b/extensions/browser/updater/extension_downloader.cc
index e7630ac00d5bfef5ce7a37fcf841b0706111b875..d18b580d620785ecb6d384bc2a5e7446a99f7bda 100644
--- a/extensions/browser/updater/extension_downloader.cc
+++ b/extensions/browser/updater/extension_downloader.cc
@@ -506,7 +506,9 @@ void ExtensionDownloader::CreateManifestFetcher() {
chrome_policy {
ExtensionInstallBlacklist {
policy_options {mode: MANDATORY}
- ExtensionInstallBlacklist: '*'
+ ExtensionInstallBlacklist: {
+ entries: '*'
+ }
}
}
})");
@@ -833,7 +835,9 @@ void ExtensionDownloader::CreateExtensionFetcher() {
chrome_policy {
ExtensionInstallBlacklist {
policy_options {mode: MANDATORY}
- ExtensionInstallBlacklist: '*'
+ ExtensionInstallBlacklist: {
+ entries: '*'
+ }
}
}
})");
« no previous file with comments | « chrome/browser/extensions/install_signer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698