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

Unified Diff: chrome/browser/extensions/install_signer.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 | « no previous file | extensions/browser/updater/extension_downloader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/install_signer.cc
diff --git a/chrome/browser/extensions/install_signer.cc b/chrome/browser/extensions/install_signer.cc
index 27117256902062969b252dad76cc30e8b59ce2cc..90bd7a08fb4257f80d2f089129377f6c898958c9 100644
--- a/chrome/browser/extensions/install_signer.cc
+++ b/chrome/browser/extensions/install_signer.cc
@@ -399,7 +399,9 @@ void InstallSigner::GetSignature(const SignatureCallback& callback) {
chrome_policy {
ExtensionInstallBlacklist {
policy_options {mode: MANDATORY}
- ExtensionInstallBlacklist: '*'
+ ExtensionInstallBlacklist: {
+ entries: '*'
+ }
}
}
})");
« no previous file with comments | « no previous file | extensions/browser/updater/extension_downloader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698