Commit 0fd69121 authored by Pavel Feldman's avatar Pavel Feldman Committed by Commit Bot

DevTools: follow up to r548569, complete the tethering transition.

Bug: 837446
Change-Id: I8e2d61e50fe9bf800a1577642a458791fb777057
Reviewed-on: https://chromium-review.googlesource.com/1048401Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Commit-Queue: Pavel Feldman <pfeldman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557242}
parent 8c5ab627
...@@ -50,9 +50,9 @@ const char kIdParam[] = "id"; ...@@ -50,9 +50,9 @@ const char kIdParam[] = "id";
const char kMethodParam[] = "method"; const char kMethodParam[] = "method";
const char kParamsParam[] = "params"; const char kParamsParam[] = "params";
const char kBindMethod[] = "bind"; const char kBindMethod[] = "Tethering.bind";
const char kUnbindMethod[] = "unbind"; const char kUnbindMethod[] = "Tethering.unbind";
const char kAcceptedEvent[] = "accepted"; const char kAcceptedEvent[] = "Tethering.accepted";
const char kPortParam[] = "port"; const char kPortParam[] = "port";
const char kConnectionIdParam[] = "connectionId"; const char kConnectionIdParam[] = "connectionId";
......
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