diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 00:59:28 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 00:59:28 +0000 |
commit | 0019bc61709a1cfd2c3bb557ca98ab7344c66e10 (patch) | |
tree | cd69b210f23b00b4cd0872074725f90ca4bc1747 /chrome | |
parent | 8883e9be5f99aca95b3d5f910549eea964c30f4a (diff) | |
download | chromium_src-0019bc61709a1cfd2c3bb557ca98ab7344c66e10.zip chromium_src-0019bc61709a1cfd2c3bb557ca98ab7344c66e10.tar.gz chromium_src-0019bc61709a1cfd2c3bb557ca98ab7344c66e10.tar.bz2 |
Rename Native messaging hosts directory to native_hosts.
Previously the directory name contained spaces which is problematic
when applying patches on trybots. In the future this directory
will go away with the new native host installation mechanism, so the name
doesn't really matter.
BUG=142915
Review URL: https://codereview.chromium.org/11833021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/extensions/api/messaging/native_message_process_host.cc | 2 | ||||
-rwxr-xr-x | chrome/test/data/native_messaging/native_hosts/echo.py (renamed from chrome/test/data/native_messaging/Native Hosts/echo.py) | 0 | ||||
-rwxr-xr-x | chrome/test/data/native_messaging/native_hosts/empty_app.py (renamed from chrome/test/data/native_messaging/Native Hosts/empty_app.py) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host.cc b/chrome/browser/extensions/api/messaging/native_message_process_host.cc index 98afbc5..c431811 100644 --- a/chrome/browser/extensions/api/messaging/native_message_process_host.cc +++ b/chrome/browser/extensions/api/messaging/native_message_process_host.cc @@ -22,7 +22,7 @@ namespace { const int kExitTimeoutMS = 5000; const uint32 kMaxMessageDataLength = 10 * 1024 * 1024; -const char kNativeHostsDirectoryName[] = "Native Hosts"; +const char kNativeHostsDirectoryName[] = "native_hosts"; } // namespace diff --git a/chrome/test/data/native_messaging/Native Hosts/echo.py b/chrome/test/data/native_messaging/native_hosts/echo.py index ffb6cef..ffb6cef 100755 --- a/chrome/test/data/native_messaging/Native Hosts/echo.py +++ b/chrome/test/data/native_messaging/native_hosts/echo.py diff --git a/chrome/test/data/native_messaging/Native Hosts/empty_app.py b/chrome/test/data/native_messaging/native_hosts/empty_app.py index abdd261..abdd261 100755 --- a/chrome/test/data/native_messaging/Native Hosts/empty_app.py +++ b/chrome/test/data/native_messaging/native_hosts/empty_app.py |