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

Unified Diff: mojo/examples/apptest/example_client_application.cc

Issue 441853002: mojo: first take on removing mojo_main_{chromium,standalone}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: seperate Run call Created 6 years, 4 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: mojo/examples/apptest/example_client_application.cc
diff --git a/mojo/examples/apptest/example_client_application.cc b/mojo/examples/apptest/example_client_application.cc
index 196d85a7ed381f0b1b23f56b144e4581cbb09663..8ba573984823a6188c9ea85bdcbd62d09f89cdf0 100644
--- a/mojo/examples/apptest/example_client_application.cc
+++ b/mojo/examples/apptest/example_client_application.cc
@@ -14,9 +14,4 @@ ExampleClientApplication::~ExampleClientApplication() {}
void ExampleClientApplication::Initialize(ApplicationImpl* app) {}
-// static
-ApplicationDelegate* ApplicationDelegate::Create() {
- return new ExampleClientApplication();
-}
-
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698