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

Unified Diff: mojo/shell/application_manager.cc

Issue 1142323003: Remove duplicate application cpp files in mojo/application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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 | « mojo/shell/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/application_manager.cc
diff --git a/mojo/shell/application_manager.cc b/mojo/shell/application_manager.cc
index 9e631793c8ce492c55eb6a2695092d8f94a0231c..c9ac34215464a976ce86f0a932721a3208807878 100644
--- a/mojo/shell/application_manager.cc
+++ b/mojo/shell/application_manager.cc
@@ -336,7 +336,7 @@ void ApplicationManager::HandleFetchCallback(
if (base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableMultiprocess)) {
// Why can't we use this in single process mode? Because of
- // base::AtExitManager. If you link in ApplicationRunnerChromium into
+ // base::AtExitManager. If you link in ApplicationRunner into
// your code, and then we make initialize multiple copies of the
// application, we end up with multiple AtExitManagers and will check on
// the second one being created.
« no previous file with comments | « mojo/shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698