summaryrefslogtreecommitdiffstats
path: root/chrome/browser/remoting/remoting_resources_source.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/remoting/remoting_resources_source.cc')
-rw-r--r--chrome/browser/remoting/remoting_resources_source.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/remoting/remoting_resources_source.cc b/chrome/browser/remoting/remoting_resources_source.cc
index 1af7a2a9..9057e1d 100644
--- a/chrome/browser/remoting/remoting_resources_source.cc
+++ b/chrome/browser/remoting/remoting_resources_source.cc
@@ -113,6 +113,11 @@ void RemotingResourcesSource::StartDataRequest(const std::string& path_raw,
SendResponse(request_id, html_bytes);
}
+std::string RemotingResourcesSource::GetMimeType(
+ const std::string& path) const {
+ return "text/html";
+}
+
std::string RemotingResourcesSource::GetLocalizedUrl(
const std::string& url) const {
GURL original_url(url);