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

Unified Diff: content/public/browser/web_contents.h

Issue 2157153002: Remove WebContents::InsertCSS since it is unused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove jni stub Created 4 years, 5 months 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: 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;

Powered by Google App Engine
This is Rietveld 408576698