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

Unified Diff: chrome/browser/extensions/image_loading_tracker.h

Issue 10868003: chromeos: Fix pixelated icons in app list and launcher (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win compile Created 8 years, 3 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/extensions/image_loading_tracker.h
diff --git a/chrome/browser/extensions/image_loading_tracker.h b/chrome/browser/extensions/image_loading_tracker.h
index 070e9059314fd4e5d01559aac65d1f43f9f1b246..be631e7a647acdaa0c91b90f0e81c2aa8e2dfbff 100644
--- a/chrome/browser/extensions/image_loading_tracker.h
+++ b/chrome/browser/extensions/image_loading_tracker.h
@@ -96,6 +96,11 @@ class ImageLoadingTracker : public content::NotificationObserver {
ui::ScaleFactor scale_factor;
};
+ // Returns true if given extension id is a special component extension that
+ // has its resource bundled.
+ // TODO(xiyuan): Move this out of this class.
+ static bool IsSpecialBundledExtensionId(const std::string& extension_id);
+
explicit ImageLoadingTracker(Observer* observer);
virtual ~ImageLoadingTracker();
« no previous file with comments | « chrome/browser/extensions/extension_icon_image.cc ('k') | chrome/browser/extensions/image_loading_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698