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

Unified Diff: content/browser/web_contents/web_contents_impl.cc

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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/common/frame_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.cc
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index a9bb2ae9a77e2693e017881f3a95994fabf76048..3bcd58f26fc6cccc069b6d6350eb5e350d67d989 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -3109,11 +3109,6 @@ void WebContentsImpl::StopFinding(StopFindAction action) {
GetOrCreateFindRequestManager()->StopFinding(action);
}
-void WebContentsImpl::InsertCSS(const std::string& css) {
- GetMainFrame()->Send(new FrameMsg_CSSInsertRequest(
- GetMainFrame()->GetRoutingID(), css));
-}
-
bool WebContentsImpl::WasRecentlyAudible() {
return audio_stream_monitor_.WasRecentlyAudible() ||
(browser_plugin_embedder_ &&
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/common/frame_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698