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

Unified Diff: components/html_viewer/html_document_application_delegate.cc

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 | « no previous file | components/mus/gles2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/html_document_application_delegate.cc
diff --git a/components/html_viewer/html_document_application_delegate.cc b/components/html_viewer/html_document_application_delegate.cc
index 028ea24715484efc968e5178bb366d81774cfa4d..1723408255b24eaa10785ca013517ed197a556e8 100644
--- a/components/html_viewer/html_document_application_delegate.cc
+++ b/components/html_viewer/html_document_application_delegate.cc
@@ -105,7 +105,7 @@ bool HTMLDocumentApplicationDelegate::ConfigureIncomingConnection(
} else if (url_ == "about:blank") {
// This is a little unfortunate. At the browser side, when starting a new
// app for "about:blank", the application manager uses
- // mojo::runner::AboutFetcher to construct a response for "about:blank".
+ // mojo::shell::AboutFetcher to construct a response for "about:blank".
// However, when an app for "about:blank" already exists, it is reused and
// we end up here. We cannot fetch the URL using mojo::URLLoader because it
// is not an actual Web resource.
« no previous file with comments | « no previous file | components/mus/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698