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

Issue 10445025: GetAllSavableResourceLinksForCurrentPage shouldn't be permitted to modify the array of savable sche… (Closed)

Created:
8 years, 7 months ago by grt (UTC plus 2)
Modified:
7 years, 5 months ago
Reviewers:
jamesr
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

GetAllSavableResourceLinksForCurrentPage shouldn't be permitted to modify the array of savable schemes. BUG=none TEST=none

Patch Set 1 #

Patch Set 2 : updated to remove cast added in r139253 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M content/renderer/render_view_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/dom_operations.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/dom_operations.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
grt (UTC plus 2)
8 years, 7 months ago (2012-05-25 02:24:29 UTC) #1
grt (UTC plus 2)
Hi James, This change just tweaks the const-ness of the savable schemes array so I ...
8 years, 7 months ago (2012-05-25 02:25:47 UTC) #2
jamesr
8 years, 7 months ago (2012-05-25 21:05:40 UTC) #3
is there no better type? what about base::StringPiece or a real vector of
strings?

Powered by Google App Engine
This is Rietveld 408576698