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

Unified Diff: mandoline/ui/desktop_ui/browser_window.cc

Issue 1684783002: Rename ServiceProvider to InterfaceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: mandoline/ui/desktop_ui/browser_window.cc
diff --git a/mandoline/ui/desktop_ui/browser_window.cc b/mandoline/ui/desktop_ui/browser_window.cc
index 92d59e75da608f210b5f96cc29e5bbea1c3a1d4c..664cde79781b1c0ce432cea0008326704f6b3385 100644
--- a/mandoline/ui/desktop_ui/browser_window.cc
+++ b/mandoline/ui/desktop_ui/browser_window.cc
@@ -154,7 +154,7 @@ void BrowserWindow::ShowOmnibox() {
omnibox_connection_ = shell_->Connect("mojo:omnibox");
omnibox_connection_->AddInterface<ViewEmbedder>(this);
omnibox_connection_->GetInterface(&omnibox_);
- omnibox_connection_->SetRemoteServiceProviderConnectionErrorHandler(
+ omnibox_connection_->SetRemoteInterfaceProviderConnectionErrorHandler(
[this]() {
// This will cause the connection to be re-established the next time
// we come through this codepath.

Powered by Google App Engine
This is Rietveld 408576698