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

Issue 326003: Make GetURLForDebugging return a const GURL (Closed)

Created:
11 years, 2 months ago by tony
Modified:
9 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make GetURLForDebugging return a const GURL. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30388

Patch Set 1 #

Total comments: 2

Patch Set 2 : no ref #

Total comments: 1

Patch Set 3 : no const #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -22 lines) Patch
M chrome/common/resource_dispatcher.cc View 1 5 chunks +6 lines, -5 lines 0 comments Download
M chrome/common/resource_dispatcher_unittest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/security_filter_peer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/security_filter_peer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/plugin/chrome_plugin_host.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/media/buffered_data_source.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/media/buffered_data_source_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/media/simple_data_source.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/media/simple_data_source.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/resource_loader_bridge.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/weburlloader_impl.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
tony
I'm a bit worried that this might have a negative perf impact. Thoughts?
11 years, 2 months ago (2009-10-23 01:03:27 UTC) #1
sky
I don't know how much this'll impact performance, you'll have to measure and find out. ...
11 years, 2 months ago (2009-10-23 16:57:27 UTC) #2
tony
Ah, I had considered not scoping the active url as well. Let's try that for ...
11 years, 2 months ago (2009-10-23 17:34:20 UTC) #3
tony
since http://codereview.chromium.org/307020 went in, I'm morphing this change just to return a URL (style cleanup).
11 years, 1 month ago (2009-10-28 19:40:09 UTC) #4
sky
http://codereview.chromium.org/326003/diff/4001/4003 File chrome/common/resource_dispatcher_unittest.cc (right): http://codereview.chromium.org/326003/diff/4001/4003#newcode262 Line 262: virtual const GURL GetURLForDebugging() const { I don't ...
11 years, 1 month ago (2009-10-28 19:46:34 UTC) #5
tony
On 2009/10/28 19:46:34, sky wrote: > http://codereview.chromium.org/326003/diff/4001/4003 > File chrome/common/resource_dispatcher_unittest.cc (right): > > http://codereview.chromium.org/326003/diff/4001/4003#newcode262 > ...
11 years, 1 month ago (2009-10-28 20:21:49 UTC) #6
sky
11 years, 1 month ago (2009-10-28 20:39:48 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698