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

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

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
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
« no previous file with comments | « mandoline/ui/desktop_ui/browser_manager.cc ('k') | mandoline/ui/desktop_ui/browser_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/desktop_ui/browser_window.h
diff --git a/mandoline/ui/desktop_ui/browser_window.h b/mandoline/ui/desktop_ui/browser_window.h
index 31d188058d46596a2c1e747d61750dfdb1cb9108..08e79997aa7c2d40fb1168ae2bbde3c923b46f22 100644
--- a/mandoline/ui/desktop_ui/browser_window.h
+++ b/mandoline/ui/desktop_ui/browser_window.h
@@ -22,7 +22,7 @@
#include "url/gurl.h"
namespace mojo {
-class ApplicationConnection;
+class Connection;
class Shell;
}
@@ -101,7 +101,7 @@ class BrowserWindow : public mus::WindowTreeDelegate,
void Embed(mojo::URLRequestPtr request) override;
// Overridden from mojo::InterfaceFactory<ViewEmbedder>:
- void Create(mojo::ApplicationConnection* connection,
+ void Create(mojo::Connection* connection,
mojo::InterfaceRequest<ViewEmbedder> request) override;
@@ -141,7 +141,7 @@ class BrowserWindow : public mus::WindowTreeDelegate,
web_view::WebView web_view_;
OmniboxPtr omnibox_;
- scoped_ptr<mojo::ApplicationConnection> omnibox_connection_;
+ scoped_ptr<mojo::Connection> omnibox_connection_;
DISALLOW_COPY_AND_ASSIGN(BrowserWindow);
};
« no previous file with comments | « mandoline/ui/desktop_ui/browser_manager.cc ('k') | mandoline/ui/desktop_ui/browser_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698