Add #ifdef guard to WebRTC field trial
commit42b6fbd124f417f56194fd191438044c22efbbed
authorprimiano <primiano@chromium.org>
Tue, 7 Jul 2015 11:30:53 +0000 (7 04:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Jul 2015 11:31:34 +0000 (7 11:31 +0000)
tree3af7b4dc9ebf0934565d1390c4e5a24e4947a6d4
parentba624cb6517d35196d8f9011c1a7f0ebde8b230e
Add #ifdef guard to WebRTC field trial

The code in chrome_browser_field_trials_desktop.cc added a
compile time dependency on kWebRtcStunProbeTrialParameter.
This causes a compiler error when building with enable_webrtc=0
making it hard to get a build without webrtc.
The guard added by this CL fixes the enable_webrtc=0 build.

BUG=webrtc:4576

Review URL: https://codereview.chromium.org/1224543003

Cr-Commit-Position: refs/heads/master@{#337588}
chrome/browser/chrome_browser_field_trials_desktop.cc