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

Unified Diff: chrome/browser/nacl_host/nacl_host_message_filter.cc

Issue 18308004: Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 6 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
Index: chrome/browser/nacl_host/nacl_host_message_filter.cc
diff --git a/chrome/browser/nacl_host/nacl_host_message_filter.cc b/chrome/browser/nacl_host/nacl_host_message_filter.cc
index 1cb21677e2d0f2e36c57fab86ee9eec4dee8c045..52f2123ff2dedf3b8fe628d80203790b40244879 100644
--- a/chrome/browser/nacl_host/nacl_host_message_filter.cc
+++ b/chrome/browser/nacl_host/nacl_host_message_filter.cc
@@ -88,9 +88,8 @@ void NaClHostMessageFilter::OnLaunchNaCl(
launch_params.enable_exception_handling,
off_the_record_,
profile_directory_);
- base::FilePath manifest_url = GetManifestPath(
- extension_info_map_,
- launch_params.manifest_url);
+ base::FilePath manifest_url =
+ GetManifestPath(extension_info_map_.get(), launch_params.manifest_url);
host->Launch(this, reply_msg, manifest_url);
}
« no previous file with comments | « chrome/browser/chromeos/system_logs/chrome_internal_log_source.cc ('k') | chrome/browser/ui/views/collected_cookies_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698