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

Issue 6269010: Remove dead code per email with aa about the TODO saying that (Closed)

Created:
9 years, 11 months ago by Alex Nicolaou
Modified:
9 years ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Remove dead code per email with aa about the TODO saying that this isn't needed any more. BUG=none TEST=trybots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71759

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -11 lines) Patch
M chrome/browser/renderer_host/render_view_host.cc View 1 chunk +1 line, -11 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Alex Nicolaou
Aaron, per our somewhat stale email discussion - removing these lines. Also, is there a ...
9 years, 11 months ago (2011-01-17 20:55:35 UTC) #1
Aaron Boodman
http://codereview.chromium.org/6269010/diff/1/chrome/browser/renderer_host/render_view_host.cc File chrome/browser/renderer_host/render_view_host.cc (left): http://codereview.chromium.org/6269010/diff/1/chrome/browser/renderer_host/render_view_host.cc#oldcode178 chrome/browser/renderer_host/render_view_host.cc:178: webkit_prefs.databases_enabled = true; Does this mean that these preferences ...
9 years, 11 months ago (2011-01-18 23:00:53 UTC) #2
Alex Nicolaou
http://codereview.chromium.org/6269010/diff/1/chrome/browser/renderer_host/render_view_host.cc File chrome/browser/renderer_host/render_view_host.cc (left): http://codereview.chromium.org/6269010/diff/1/chrome/browser/renderer_host/render_view_host.cc#oldcode178 chrome/browser/renderer_host/render_view_host.cc:178: webkit_prefs.databases_enabled = true; On 2011/01/18 23:00:53, Aaron Boodman wrote: ...
9 years, 11 months ago (2011-01-19 00:43:37 UTC) #3
Aaron Boodman
9 years, 11 months ago (2011-01-19 02:54:02 UTC) #4
On 2011/01/19 00:43:37, Alex Nicolaou wrote:
>
http://codereview.chromium.org/6269010/diff/1/chrome/browser/renderer_host/re...
> File chrome/browser/renderer_host/render_view_host.cc (left):
> 
>
http://codereview.chromium.org/6269010/diff/1/chrome/browser/renderer_host/re...
> chrome/browser/renderer_host/render_view_host.cc:178:
> webkit_prefs.databases_enabled = true;
> On 2011/01/18 23:00:53, Aaron Boodman wrote:
> > Does this mean that these preferences will always be on, or is there some
> other
> > thing that can toggle them?
> 
> I wouldn't know, I was going based on your TODO above and our email thread
where
> I asked if this could be removed :-)
> 
> My interpretation (but I'm just guessing) is that now that databases and local
> storage are on by default, they'll be on when this code runs. But if I turn
them
> off, then they'll be off for my extensions too (which would be a change in
> behaviour).

I did a quick search and didn't see any place where these are set to anything
different (except via a command line flag, which seems legit).

lgtm

Powered by Google App Engine
This is Rietveld 408576698