Commit 95f79695 authored by sorin's avatar sorin Committed by Commit bot

Declare that OriginTrials component does not need wire protocol privacy.

BUG=646631

Review-Url: https://codereview.chromium.org/2338063004
Cr-Commit-Position: refs/heads/master@{#418961}
parent d29d5bd8
...@@ -65,7 +65,7 @@ bool OriginTrialsComponentInstallerTraits:: ...@@ -65,7 +65,7 @@ bool OriginTrialsComponentInstallerTraits::
} }
bool OriginTrialsComponentInstallerTraits::RequiresNetworkEncryption() const { bool OriginTrialsComponentInstallerTraits::RequiresNetworkEncryption() const {
return true; return false;
} }
bool OriginTrialsComponentInstallerTraits::OnCustomInstall( bool OriginTrialsComponentInstallerTraits::OnCustomInstall(
......
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