commit | 4b4eed074e848347f5a5b07d4d4b3fd2f6e13820 | [log] [tgz] |
---|---|---|
author | Lucas Furukawa Gadani <[email protected]> | Tue Jun 04 23:12:04 2019 |
committer | Commit Bot <[email protected]> | Tue Jun 04 23:12:04 2019 |
tree | 7683bd347d43dae835db5aa73a9cf911716da721 | |
parent | 1315e272524edfc7213c40e76ecd9dce304a354d [diff] [blame] |
Remove const interfaces from content/public. Tbr: [email protected], [email protected], [email protected] Bug: 908139 Change-Id: I1b816b24c1a6a4d3813ae392348eaa9974151845 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631749 Commit-Queue: Lucas Gadani <[email protected]> Reviewed-by: Bo <[email protected]> Reviewed-by: Lucas Gadani <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/master@{#666034}
diff --git a/chrome/browser/ui/webui/chromeos/video_source.h b/chrome/browser/ui/webui/chromeos/video_source.h index 12a1a88..316509a 100644 --- a/chrome/browser/ui/webui/chromeos/video_source.h +++ b/chrome/browser/ui/webui/chromeos/video_source.h
@@ -28,13 +28,13 @@ ~VideoSource() override; // content::URLDataSource: - std::string GetSource() const override; + std::string GetSource() override; void StartDataRequest( const std::string& path, const content::ResourceRequestInfo::WebContentsGetter& wc_getter, const content::URLDataSource::GotDataCallback& got_data_callback) override; - std::string GetMimeType(const std::string& path) const override; + std::string GetMimeType(const std::string& path) override; private: // Continuation from StartDataRequest().