Commit 23912c2c authored by rhalavati's avatar rhalavati Committed by Commit bot

Syntax errors in three network traffic annotations corrected.

Syntax error corrected in network traffic annotations of:
chrome/browser/extensions/install_signer.cc
extensions/browser/updater/extension_downloader.cc

BUG=656607

Review-Url: https://codereview.chromium.org/2900953002
Cr-Commit-Position: refs/heads/master@{#473964}
parent 358c00f7
......@@ -399,7 +399,9 @@ void InstallSigner::GetSignature(const SignatureCallback& callback) {
chrome_policy {
ExtensionInstallBlacklist {
policy_options {mode: MANDATORY}
ExtensionInstallBlacklist: '*'
ExtensionInstallBlacklist: {
entries: '*'
}
}
}
})");
......
......@@ -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: '*'
}
}
}
})");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment