| Index: mojo/runner/context.cc
|
| diff --git a/mojo/runner/context.cc b/mojo/runner/context.cc
|
| index de76f6af6334e63570e3d91aa53831c10da2efcb..24526b4e9a17116a0eaf67096fefbf6157d29a38 100644
|
| --- a/mojo/runner/context.cc
|
| +++ b/mojo/runner/context.cc
|
| @@ -65,6 +65,7 @@ void InitContentHandlers(shell::ApplicationManager* manager,
|
| manager->RegisterContentHandler("application/pdf", GURL("mojo:pdf_viewer"));
|
| manager->RegisterContentHandler("image/png", GURL("mojo:png_viewer"));
|
| manager->RegisterContentHandler("text/html", GURL("mojo:html_viewer"));
|
| + manager->RegisterContentHandler("text/plain", GURL("mojo:html_viewer"));
|
|
|
| // Command-line-specified content handlers.
|
| std::string handlers_spec =
|
|
|