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

Unified Diff: content/browser/plugin_browsertest.cc

Issue 1233453011: Revert of Remove some legacy versions of StartsWith and EndsWith. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/plugin_browsertest.cc
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
index 68ff04d8b5e74f4f4241c774729c922a05a398a8..12969f5186ce77bca1691e03c897dd1d26aa9d25 100644
--- a/content/browser/plugin_browsertest.cc
+++ b/content/browser/plugin_browsertest.cc
@@ -528,7 +528,7 @@
// The URL below comes from plugin_geturl_test.cc.
if (!base::EndsWith(request->url().spec(),
"npapi/plugin_ref_target_page.html",
- base::CompareCase::SENSITIVE)) {
+ true)) {
return;
}
net::HttpRequestHeaders headers;
« no previous file with comments | « content/browser/accessibility/android_granularity_movement_browsertest.cc ('k') | content/browser/plugin_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698