summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2015-11-12 09:00:47 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-12 17:01:42 +0000
commitb4ee405ecbcb357724ddb5c535f26c714410d396 (patch)
tree8e8da48bc1eb62738bc2ffe26e465f3b352e7b9a /mojo
parentf06ec70346eb1c7d2813c22c9a08addafea3e07f (diff)
downloadchromium_src-b4ee405ecbcb357724ddb5c535f26c714410d396.zip
chromium_src-b4ee405ecbcb357724ddb5c535f26c714410d396.tar.gz
chromium_src-b4ee405ecbcb357724ddb5c535f26c714410d396.tar.bz2
Remove mention of png_viewer from Mandoline since it doesn't exist.
Review URL: https://codereview.chromium.org/1437063002 Cr-Commit-Position: refs/heads/master@{#359331}
Diffstat (limited to 'mojo')
-rw-r--r--mojo/runner/context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/runner/context.cc b/mojo/runner/context.cc
index 014a66a..eeba581 100644
--- a/mojo/runner/context.cc
+++ b/mojo/runner/context.cc
@@ -70,7 +70,7 @@ void InitContentHandlers(package_manager::PackageManagerImpl* manager,
manager->RegisterContentHandler("application/pdf", GURL("mojo:pdf_viewer"));
manager->RegisterContentHandler("image/gif", GURL("mojo:html_viewer"));
manager->RegisterContentHandler("image/jpeg", GURL("mojo:html_viewer"));
- manager->RegisterContentHandler("image/png", GURL("mojo:png_viewer"));
+ manager->RegisterContentHandler("image/png", GURL("mojo:html_viewer"));
manager->RegisterContentHandler("text/css", GURL("mojo:html_viewer"));
manager->RegisterContentHandler("text/html", GURL("mojo:html_viewer"));
manager->RegisterContentHandler("text/plain", GURL("mojo:html_viewer"));