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

Unified Diff: ui/base/resource/resource_handle.h

Issue 2209363002: Remove material design resource pak infrastructure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove another mac test file Created 4 years, 4 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
« no previous file with comments | « ui/base/resource/resource_data_dll_win.cc ('k') | ui/base/ui_base_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/resource/resource_handle.h
diff --git a/ui/base/resource/resource_handle.h b/ui/base/resource/resource_handle.h
index 9632c5367138e360dce49d66d3605179307219ab..055b03708686c32190fe57a59584744cbe1cca36 100644
--- a/ui/base/resource/resource_handle.h
+++ b/ui/base/resource/resource_handle.h
@@ -48,10 +48,6 @@ class UI_DATA_PACK_EXPORT ResourceHandle {
// The scale of images in this resource pack relative to images in the 1x
// resource pak.
virtual ScaleFactor GetScaleFactor() const = 0;
-
- // Returns true if the only resources contained within this DataPack are
- // material design image assets.
- virtual bool HasOnlyMaterialDesignAssets() const = 0;
};
} // namespace ui
« no previous file with comments | « ui/base/resource/resource_data_dll_win.cc ('k') | ui/base/ui_base_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698