diff options
Diffstat (limited to 'chrome/browser/renderer_host/render_view_host.h')
-rw-r--r-- | chrome/browser/renderer_host/render_view_host.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h index 30f9709..5be72a4 100644 --- a/chrome/browser/renderer_host/render_view_host.h +++ b/chrome/browser/renderer_host/render_view_host.h @@ -258,11 +258,9 @@ class RenderViewHost : public RenderWidgetHost, void ExecuteJavascriptInWebFrame(const std::wstring& frame_xpath, const std::wstring& jscript); - // Insert some css into a frame in the page. |id| is optional, and specifies - // the element id given when inserting/replacing the style element. + // Insert some css into a frame in the page. void InsertCSSInWebFrame(const std::wstring& frame_xpath, - const std::string& css, - const std::string& id); + const std::string& css); // Logs a message to the console of a frame in the page. void AddMessageToConsole(const string16& frame_xpath, |