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

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

Issue 10985028: Give Chrome Web Store app an icon in its manifest file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't install extra files, also make chrome_app app have an icon 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 be631e7a647acdaa0c91b90f0e81c2aa8e2dfbff..070e9059314fd4e5d01559aac65d1f43f9f1b246 100644
--- a/chrome/browser/extensions/image_loading_tracker.h
+++ b/chrome/browser/extensions/image_loading_tracker.h
@@ -96,11 +96,6 @@ 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();

Powered by Google App Engine
This is Rietveld 408576698