Merge pull request #1734 from Hixie/sentinel-fix

Remove an unused constant.
This commit is contained in:
Ian Hickson 2015-10-22 09:01:33 -07:00
commit b3a3d1b142

View File

@ -18,7 +18,6 @@ namespace shell {
const char kBaseTraceStart[] = "{\"traceEvents\":[";
const char kBaseTraceEnd[] = "]}";
const char kSentinel[] = "\0";
TracingController::TracingController()
: view_(nullptr), picture_tracing_enabled_(false), weak_factory_(this) {