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

Unified Diff: content/browser/webui/shared_resources_data_source.cc

Issue 902053003: Add cr-toggle-button to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: content/browser/webui/shared_resources_data_source.cc
diff --git a/content/browser/webui/shared_resources_data_source.cc b/content/browser/webui/shared_resources_data_source.cc
index e11c6b12bd4d16a2dda24bb52f253e9e95448a25..b19c98901f3bdb133030ad7f74bee8250b3e44b4 100644
--- a/content/browser/webui/shared_resources_data_source.cc
+++ b/content/browser/webui/shared_resources_data_source.cc
@@ -28,7 +28,8 @@ using ResourcesMap = base::hash_map<std::string, int>;
const char* kPathAliases[][2] = {
{"../../resources/default_100_percent/common/", "images/apps/"},
{"../../resources/default_200_percent/common/", "images/2x/apps/"},
- {"../../../third_party/polymer/components-chromium/", "polymer/"}
+ {"../../../third_party/polymer/components-chromium/", "polymer/"},
+ {"../../webui/resources/custom_elements/", "custom-elements/"}
stevenjb 2015/02/05 23:36:21 This should probably come before third_party (or t
michaelpg 2015/02/06 08:55:43 Done.
};
void AddResource(const std::string& path,
« no previous file with comments | « no previous file | ui/webui/resources/custom_element_resources.grdp » ('j') | ui/webui/resources/custom_element_resources.grdp » ('J')

Powered by Google App Engine
This is Rietveld 408576698