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

Unified Diff: headless/lib/browser/headless_browser_context_impl.cc

Issue 2863953003: Headless: Remove obsolete Mojo code and some other obsolete APIs (Closed)
Patch Set: Rebased Created 3 years, 7 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 | « headless/app/headless_shell.cc ('k') | headless/lib/browser/headless_web_contents_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_browser_context_impl.cc
diff --git a/headless/lib/browser/headless_browser_context_impl.cc b/headless/lib/browser/headless_browser_context_impl.cc
index f5cc5c6fe06e1ac17b5f6b89ac577b5c2ff1026b..09ee140058bc3bfa5ab621260dc2977541aad901 100644
--- a/headless/lib/browser/headless_browser_context_impl.cc
+++ b/headless/lib/browser/headless_browser_context_impl.cc
@@ -388,14 +388,6 @@ HeadlessBrowserContext::Builder::SetIncognitoMode(bool incognito_mode) {
return *this;
}
-HeadlessBrowserContext::Builder&
-HeadlessBrowserContext::Builder::AddJsMojoBindings(
- const std::string& mojom_name,
- const std::string& js_bindings) {
- mojo_bindings_.emplace_back(mojom_name, js_bindings);
- return *this;
-}
-
HeadlessBrowserContext::Builder&
HeadlessBrowserContext::Builder::AddTabSocketMojoBindings() {
std::string js_bindings =
« no previous file with comments | « headless/app/headless_shell.cc ('k') | headless/lib/browser/headless_web_contents_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698