Index: chrome/browser/remoting/remoting_resources_source.h |
diff --git a/chrome/browser/remoting/remoting_resources_source.h b/chrome/browser/remoting/remoting_resources_source.h |
index 96d1b4dbd1e34cea3f7efeb26d4353a63a50e211..4d73d8e8aa8b402e9f4171dbceebdfd14567e5dc 100644 |
--- a/chrome/browser/remoting/remoting_resources_source.h |
+++ b/chrome/browser/remoting/remoting_resources_source.h |
@@ -13,9 +13,7 @@ class RemotingResourcesSource : public ChromeURLDataManager::DataSource { |
bool is_off_the_record, |
int request_id); |
- virtual std::string GetMimeType(const std::string& path) const { |
- return "text/html"; |
- } |
+ virtual std::string GetMimeType(const std::string& path) const; |
static const char kInvalidPasswordHelpUrl[]; |
static const char kCanNotAccessAccountUrl[]; |