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

Unified Diff: remoting/host/plugin/daemon_controller_linux.cc

Issue 10832074: Strip .py script extension to work with Debian package version of the host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/plugin/daemon_controller_linux.cc
diff --git a/remoting/host/plugin/daemon_controller_linux.cc b/remoting/host/plugin/daemon_controller_linux.cc
index 64b37364da406654e9c6a1b9a1fa7886c91a0669..1bfdd7c5f65ad6f9ee020a705a3451b6d0a157ac 100644
--- a/remoting/host/plugin/daemon_controller_linux.cc
+++ b/remoting/host/plugin/daemon_controller_linux.cc
@@ -31,7 +31,7 @@ namespace remoting {
namespace {
-const char kDaemonScript[] = "me2me_virtual_host.py";
+const char kDaemonScript[] = "me2me_virtual_host";
const int64 kDaemonTimeoutMs = 5000;
std::string GetMd5(const std::string& value) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698