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

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

Issue 234413005: Move most of ChromeV8Context to a base ScriptContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: factor feature_channel out of module_system Created 6 years, 8 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/user_script_slave.h
diff --git a/chrome/renderer/extensions/user_script_slave.h b/chrome/renderer/extensions/user_script_slave.h
index a538014c06fc2075d3f874966e2fe18b205f9f93..2c7211b88e3edb0e0e68579298919b7dc35eda72 100644
--- a/chrome/renderer/extensions/user_script_slave.h
+++ b/chrome/renderer/extensions/user_script_slave.h
@@ -32,10 +32,6 @@ class ExtensionSet;
// Manages installed UserScripts for a render process.
class UserScriptSlave {
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 GetDataSourceURLForFrame(const blink::WebFrame* frame);
-
explicit UserScriptSlave(const ExtensionSet* extensions);
~UserScriptSlave();
« no previous file with comments | « chrome/renderer/extensions/user_script_scheduler.cc ('k') | chrome/renderer/extensions/user_script_slave.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698