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

Unified Diff: chrome/browser/remoting/remoting_resources_source.cc

Issue 5794003: Deinline even more destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
Index: chrome/browser/remoting/remoting_resources_source.cc
diff --git a/chrome/browser/remoting/remoting_resources_source.cc b/chrome/browser/remoting/remoting_resources_source.cc
index 1af7a2a9e31d185fc496bba1397252c5b8a7e2c5..9057e1ddf8e307d9acc695f9d52f89f4f7ecc92d 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);
« no previous file with comments | « chrome/browser/remoting/remoting_resources_source.h ('k') | chrome/browser/renderer_host/render_widget_host_view_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698