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

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

Issue 23726024: Fix 2x UI issues for Feedback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | ui/webui/resources/css/apps/common.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 42d0d119cb054a8d2dd639aded5c2282db194bfd..45ddc793a6565016e97c440f7b804bdb3e755f25 100644
--- a/content/browser/webui/shared_resources_data_source.cc
+++ b/content/browser/webui/shared_resources_data_source.cc
@@ -35,7 +35,7 @@ bool AppsRelativePathMatch(const std::string& path,
return true;
} else if (StartsWithASCII(path, kAppImagesPath2x, false)) {
if (compareto ==
- (kReplacement2x + path.substr(arraysize(kAppImagesPath) - 1)))
+ (kReplacement2x + path.substr(arraysize(kAppImagesPath2x) - 1)))
return true;
}
return false;
« no previous file with comments | « no previous file | ui/webui/resources/css/apps/common.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698