| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 65de3da3795bda157578c6c706cee694d3d271ef..c34b11889a9e5edaaecd2bee0d09d5edbd8a1f2e 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -691,9 +691,6 @@ class WebContents : public PageNavigator,
|
| // (and what action to take regarding the selection).
|
| virtual void StopFinding(StopFindAction action) = 0;
|
|
|
| - // Requests the renderer to insert CSS into the main frame's document.
|
| - virtual void InsertCSS(const std::string& css) = 0;
|
| -
|
| // Returns true if audio has recently been audible from the WebContents.
|
| virtual bool WasRecentlyAudible() = 0;
|
|
|
|
|