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

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

Issue 16625012: Remove ExtensionURLInfo, make security decisions in render process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address feedback Created 7 years, 5 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 | « chrome/browser/nacl_host/nacl_file_host.cc ('k') | chrome/browser/notifications/balloon.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 01cc5f869b03069886a895e33d9871b11bb97612..d67a3b5e57b06c566b2a3d125a1e2bc1294c30e3 100644
--- a/chrome/browser/nacl_host/nacl_host_message_filter.cc
+++ b/chrome/browser/nacl_host/nacl_host_message_filter.cc
@@ -17,7 +17,7 @@ static base::FilePath GetManifestPath(
ExtensionInfoMap* extension_info_map, const std::string& manifest) {
GURL manifest_url(manifest);
const extensions::Extension* extension = extension_info_map->extensions()
- .GetExtensionOrAppByURL(ExtensionURLInfo(manifest_url));
+ .GetExtensionOrAppByURL(manifest_url);
if (extension != NULL &&
manifest_url.SchemeIs(extensions::kExtensionScheme)) {
std::string path = manifest_url.path();
« no previous file with comments | « chrome/browser/nacl_host/nacl_file_host.cc ('k') | chrome/browser/notifications/balloon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698