Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / messaging / native_messaging_test_util.cc
index 5e0ea49..f3658e1 100644 (file)
@@ -75,7 +75,7 @@ void ScopedTestNativeMessagingHost::RegisterTestHost(bool user_level) {
 
 #if defined(OS_WIN)
   HKEY root_key = user_level ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE;
-  registry_override_.OverrideRegistry(root_key, L"native_messaging");
+  registry_override_.OverrideRegistry(root_key);
 #else
   path_override_.reset(new base::ScopedPathOverride(
       user_level ? chrome::DIR_USER_NATIVE_MESSAGING