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

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: 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
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
@@ -389,14 +389,6 @@ HeadlessBrowserContext::Builder::SetIncognitoMode(bool incognito_mode) {
}
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 =
ui::ResourceBundle::GetSharedInstance()

Powered by Google App Engine
This is Rietveld 408576698