Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(756)

Unified Diff: remoting/host/constants.cc

Issue 10873050: [Chromoting] Hook up host talkgadget policy checks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra comments/whitespace Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/constants.cc
diff --git a/remoting/host/constants.cc b/remoting/host/constants.cc
index 8016b9666e777f14ed7feb47e255133c9da9db28..d59c3ce47ec62f372301ef48bd665b1c15495ec8 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

Powered by Google App Engine
This is Rietveld 408576698