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

Unified Diff: chrome/renderer/extensions/dispatcher.h

Issue 16625012: Remove ExtensionURLInfo, make security decisions in render process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nacl 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
Index: chrome/renderer/extensions/dispatcher.h
diff --git a/chrome/renderer/extensions/dispatcher.h b/chrome/renderer/extensions/dispatcher.h
index 0306b5cab8e36c06e756461cd8f9080ee4a0999e..3ca8729055f10548bfef3cda0787ca4eff23f067 100644
--- a/chrome/renderer/extensions/dispatcher.h
+++ b/chrome/renderer/extensions/dispatcher.h
@@ -233,7 +233,7 @@ class Dispatcher : public content::RenderProcessObserver {
// Returns the Feature::Context type of context for a JavaScript context.
Feature::Context ClassifyJavaScriptContext(const std::string& extension_id,
int extension_group,
- const ExtensionURLInfo& url_info);
+ const GURL& url);
// Gets |field| from |object| or creates it as an empty object if it doesn't
// exist.

Powered by Google App Engine
This is Rietveld 408576698