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

Unified Diff: content/browser/mojo_shell_browsertest.cc

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 | « content/browser/mojo/mojo_shell_context.cc ('k') | content/common/mojo/mojo_shell_connection_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mojo_shell_browsertest.cc
diff --git a/content/browser/mojo_shell_browsertest.cc b/content/browser/mojo_shell_browsertest.cc
index b291961a0778f5fcbf19d21ef8f184438f272cd6..75a263c2475ad8118362d60b0d65eeafaa306ba4 100644
--- a/content/browser/mojo_shell_browsertest.cc
+++ b/content/browser/mojo_shell_browsertest.cc
@@ -25,8 +25,8 @@ class MojoShellTest : public ContentBrowserTest {
}
private:
- static scoped_ptr<mojo::ApplicationDelegate> CreateTestApp() {
- return scoped_ptr<mojo::ApplicationDelegate>(new TestMojoApp);
+ static scoped_ptr<mojo::ShellClient> CreateTestApp() {
+ return scoped_ptr<mojo::ShellClient>(new TestMojoApp);
}
MojoShellContext::StaticApplicationMap test_apps_;
« no previous file with comments | « content/browser/mojo/mojo_shell_context.cc ('k') | content/common/mojo/mojo_shell_connection_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698