diff options
Diffstat (limited to 'extensions/browser/declarative_user_script_master.h')
-rw-r--r-- | extensions/browser/declarative_user_script_master.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/browser/declarative_user_script_master.h b/extensions/browser/declarative_user_script_master.h index 55c94f5..eb27b0c 100644 --- a/extensions/browser/declarative_user_script_master.h +++ b/extensions/browser/declarative_user_script_master.h @@ -56,6 +56,8 @@ class DeclarativeUserScriptMaster { const HostID& host_id() const { return host_id_; } + UserScriptLoader* loader() { return loader_.get(); } + private: // ID of host that owns scripts that this component manages. HostID host_id_; |