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

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

Issue 1215543002: Remove Polymer 0.5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test Created 5 years, 6 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 | « content/browser/webui/shared_resources_data_source.cc ('k') | third_party/polymer/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webui/url_data_manager_backend_unittest.cc
diff --git a/content/browser/webui/url_data_manager_backend_unittest.cc b/content/browser/webui/url_data_manager_backend_unittest.cc
index d18186da76315118a98eecfa11ebd9a42453900a..b123e76850d2098908d298d8419d2b56819a825e 100644
--- a/content/browser/webui/url_data_manager_backend_unittest.cc
+++ b/content/browser/webui/url_data_manager_backend_unittest.cc
@@ -30,8 +30,8 @@ void RunAccessControlAllowOriginTest(
nullptr, nullptr));
net::URLRequestContext url_request_context;
scoped_ptr<net::URLRequest> request = url_request_context.CreateRequest(
- GURL("chrome://resources/polymer/polymer/polymer.js"), net::HIGHEST,
- nullptr);
+ GURL("chrome://resources/polymer/v1_0/polymer/polymer-extracted.js"),
+ net::HIGHEST, nullptr);
request->SetExtraRequestHeaderByName("Origin", origin, true);
scoped_refptr<net::URLRequestJob> job =
protocol_handler->MaybeCreateJob(request.get(), nullptr);
« no previous file with comments | « content/browser/webui/shared_resources_data_source.cc ('k') | third_party/polymer/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698