HomeSort by relevance Sort by last modified time
    Searched full:manifest_path_str (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_win.cc 55 base::string16 manifest_path_str = local
57 if (manifest_path_str.empty())
58 manifest_path_str = GetManifestPath(native_host_name_wide, KEY_WOW64_64KEY);
60 if (manifest_path_str.empty()) {
66 base::FilePath manifest_path(manifest_path_str);

Completed in 49 milliseconds