Commit c50ab869 authored by Elad Alon's avatar Elad Alon Committed by Commit Bot

Add warning against changing strings in WebRtcEventLogManager

Add a comment warning against changing WebRtcEventLogManager-
related strings which may be relied upon by web-apps.

Bug: 775415
Change-Id: I7717d87437c72756ed2a2ecda61d9abb30a6a778
Reviewed-on: https://chromium-review.googlesource.com/1212943Reviewed-by: default avatarGuido Urdaneta <guidou@chromium.org>
Commit-Queue: Elad Alon <eladalon@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589486}
parent 379144a4
......@@ -42,6 +42,7 @@ static_assert(kInvalidWebRtcEventLogWebAppId < kMinWebRtcEventLogWebAppId ||
const char kRemoteBoundWebRtcEventLogFileNamePrefix[] = "webrtc_event_log";
// Important! These values may be relied on by web-apps. Do not change.
const char kStartRemoteLoggingFailureFeatureDisabled[] = "Feature disabled.";
const char kStartRemoteLoggingFailureUnlimitedSizeDisallowed[] =
"Unlimited size disallowed.";
......
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