Commit 4d122dd4 authored by liushouqun's avatar liushouqun Committed by Commit bot

Fix "defined but not used" build error when enable_webrtc=false.

BUG=

Review-Url: https://codereview.chromium.org/2351553002
Cr-Commit-Position: refs/heads/master@{#419408}
parent cede888c
......@@ -36,6 +36,7 @@
#include "ui/views/linux_ui/linux_ui.h"
#endif
#if defined(ENABLE_WEBRTC)
namespace {
// Parses a string |range| with a port range in the form "<min>-<max>".
......@@ -75,6 +76,7 @@ void ParsePortRange(const std::string& range,
}
} // namespace
#endif
namespace renderer_preferences_util {
......
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