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

Unified Diff: chrome/browser/extensions/api/messaging/native_message_process_host.cc

Issue 11833021: Rename Native messaging hosts directory to native_hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | chrome/test/data/native_messaging/Native Hosts/echo.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/messaging/native_message_process_host.cc
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 98afbc56e66c2c3f874d1f07b2879c43a8723290..c431811ab6297a1c376b12cebc198203c6a65631 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
« no previous file with comments | « no previous file | chrome/test/data/native_messaging/Native Hosts/echo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698