diff options
Diffstat (limited to 'chrome/renderer/user_script_slave.h')
-rw-r--r-- | chrome/renderer/user_script_slave.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/renderer/user_script_slave.h b/chrome/renderer/user_script_slave.h index a3363c1..b8b80a1 100644 --- a/chrome/renderer/user_script_slave.h +++ b/chrome/renderer/user_script_slave.h @@ -37,9 +37,6 @@ class UserScriptSlave { std::vector<UserScript*> scripts_; STLElementDeleter<std::vector<UserScript*> > script_deleter_; - // Script contents. - std::map<UserScript*, StringPiece> script_contents_; - // Greasemonkey API source that is injected with the scripts. StringPiece api_js_; |