Strip .py script extension to work with Debian package version of the host.

BUG=134189


Review URL: https://chromiumcodereview.appspot.com/10832074

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149107 0039d316-1c4b-4281-b951-d872f2087c98
parent f6c08dc5
......@@ -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) {
......
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