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

Unified Diff: chrome/browser/ui/webui/ntp/thumbnail_source.cc

Issue 13945023: Make URLDataSource::GetSource() const. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: And another one. Created 7 years, 8 months 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/ui/webui/ntp/thumbnail_source.cc
diff --git a/chrome/browser/ui/webui/ntp/thumbnail_source.cc b/chrome/browser/ui/webui/ntp/thumbnail_source.cc
index 5f3f6f75b7e74371ee63cb96f29691cdd2aad9b1..1f1829b24ab500cfc920ca39d2a2c6b7f03bce6b 100644
--- a/chrome/browser/ui/webui/ntp/thumbnail_source.cc
+++ b/chrome/browser/ui/webui/ntp/thumbnail_source.cc
@@ -30,7 +30,7 @@ ThumbnailSource::ThumbnailSource(Profile* profile)
ThumbnailSource::~ThumbnailSource() {
}
-std::string ThumbnailSource::GetSource() {
+std::string ThumbnailSource::GetSource() const {
return chrome::kChromeUIThumbnailHost;
}
« no previous file with comments | « chrome/browser/ui/webui/ntp/thumbnail_source.h ('k') | chrome/browser/ui/webui/options/chromeos/user_image_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698