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

Unified Diff: content/renderer/render_view.cc

Issue 8159006: Move kExtensionScheme from content to chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 2 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/common/url_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view.cc
diff --git a/content/renderer/render_view.cc b/content/renderer/render_view.cc
index 34551fad1cf7f36ad383a8da1e84f7b093dbd4c2..4a07e0a9c0d4557374b620345270b9180b95f4e7 100644
--- a/content/renderer/render_view.cc
+++ b/content/renderer/render_view.cc
@@ -3642,7 +3642,7 @@ void RenderView::OnGetAllSavableResourceLinksForCurrentPage(
webview(),
page_url,
&result,
- chrome::kSavableSchemes)) {
+ chrome::GetSavableSchemes())) {
// If something is wrong when collecting all savable resource links,
// send empty list to embedder(browser) to tell it failed.
referrers_list.clear();
« no previous file with comments | « content/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698