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

Unified Diff: chrome/renderer/user_script_slave.h

Issue 340057: Add first-class support for user scripts (Closed)
Patch Set: newness Created 11 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/user_script_slave.h
diff --git a/chrome/renderer/user_script_slave.h b/chrome/renderer/user_script_slave.h
index 8232ec4ea771d0c5884f90d7a621515ac6fd1f02..3d7c49d75fb613287276b9a5c11f88b41cf71379 100644
--- a/chrome/renderer/user_script_slave.h
+++ b/chrome/renderer/user_script_slave.h
@@ -50,11 +50,6 @@ class UserScriptSlave {
// Greasemonkey API source that is injected with the scripts.
base::StringPiece api_js_;
- // The line number of the first line of the user script among all of the
- // injected javascript. This is used to make reported errors correspond with
- // the proper line in the user script.
- int user_script_start_line_;
-
DISALLOW_COPY_AND_ASSIGN(UserScriptSlave);
};

Powered by Google App Engine
This is Rietveld 408576698