| Index: remoting/host/constants.cc
|
| diff --git a/remoting/host/constants.cc b/remoting/host/constants.cc
|
| index 8016b9666e777f14ed7feb47e255133c9da9db28..2215b1371ad4709218861fb4185a835cde5f75a3 100644
|
| --- a/remoting/host/constants.cc
|
| +++ b/remoting/host/constants.cc
|
| @@ -6,6 +6,8 @@
|
|
|
| namespace remoting {
|
|
|
| -const char kDefaultTalkGadgetPrefix[] = "org.chromium.chromoting";
|
| +const char kDefaultHostTalkGadgetPrefix[] = "chromoting-host";
|
| +const char kTalkGadgetURL[] = ".talkgadget.google.com/talkgadget/"
|
| + "oauth/chrome-remote-desktop-host";
|
|
|
| } // namespace remoting
|
|
|