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

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

Issue 16625012: Remove ExtensionURLInfo, make security decisions in render process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_process_host.cc
diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc
index 9c9f1af0cf3afe7a647b3617662e0122dfabb31a..478afcd1845e857759f1f069c303905661b771c6 100644
--- a/chrome/browser/nacl_host/nacl_process_host.cc
+++ b/chrome/browser/nacl_host/nacl_process_host.cc
@@ -501,7 +501,7 @@ void NaClProcessHost::OnNaClGdbAttached() {
base::FilePath NaClProcessHost::GetManifestPath() {
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();

Powered by Google App Engine
This is Rietveld 408576698