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

Unified Diff: mojo/public/cpp/application/lib/application_impl_standalone.cc

Issue 441853002: mojo: first take on removing mojo_main_{chromium,standalone}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/public/cpp/application/lib/application_impl_standalone.cc
diff --git a/mojo/public/cpp/application/lib/application_impl_standalone.cc b/mojo/public/cpp/application/lib/application_impl_standalone.cc
deleted file mode 100644
index dd7f6c10e89d3d9774234de4b007c0341efed9e2..0000000000000000000000000000000000000000
--- a/mojo/public/cpp/application/lib/application_impl_standalone.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "mojo/public/cpp/application/application_impl.h"
-#include "mojo/public/cpp/utility/run_loop.h"
-
-namespace mojo {
-
-void ApplicationImpl::Terminate() {
- mojo::RunLoop::current()->Quit();
-}
-
-} // namespace mojo
« no previous file with comments | « mojo/public/cpp/application/lib/application_impl_chromium.cc ('k') | mojo/public/cpp/application/lib/application_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698