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

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

Issue 8659009: Consider the origin when computing extension permissions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/user_script_slave.h
===================================================================
--- chrome/renderer/extensions/user_script_slave.h (revision 112565)
+++ chrome/renderer/extensions/user_script_slave.h (working copy)
@@ -33,7 +33,7 @@
public:
// Utility to get the URL we will match against for a frame. If the frame has
// committed, this is the commited URL. Otherwise it is the provisional URL.
- static GURL GetLatestURLForFrame(WebKit::WebFrame* frame);
+ static GURL GetDataSourceURLForFrame(WebKit::WebFrame* frame);
explicit UserScriptSlave(const ExtensionSet* extensions);
~UserScriptSlave();
« no previous file with comments | « chrome/renderer/extensions/extension_resource_request_policy.cc ('k') | chrome/renderer/extensions/user_script_slave.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698