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

Unified Diff: chrome/browser/ui/webui/chromeos/image_source.h

Issue 780203002: Fix threading bugs in product label UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: File path and ImageSource changes Created 6 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/ui/webui/chromeos/image_source.h
diff --git a/chrome/browser/ui/webui/chromeos/image_source.h b/chrome/browser/ui/webui/chromeos/image_source.h
index 3db5d9bec90b5d153c3e278a1df6efe19d752ad8..a8fd21d2e287ae4ca91639da318005986343fd09 100644
--- a/chrome/browser/ui/webui/chromeos/image_source.h
+++ b/chrome/browser/ui/webui/chromeos/image_source.h
@@ -42,10 +42,6 @@ class ImageSource : public content::URLDataSource {
std::string GetMimeType(const std::string& path) const override;
private:
- void StartOnFileThread(
- const std::string& path,
- const content::URLDataSource::GotDataCallback& callback);
-
// Callback for user_manager::UserImageLoader.
void ImageLoaded(
const content::URLDataSource::GotDataCallback& callback,
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/image_source.cc » ('j') | chrome/browser/ui/webui/chromeos/image_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698