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

Issue 227153007: Remove dependency on Profile's IsOffTheRecord in favicon_handler. (Closed)

Created:
6 years, 8 months ago by jif
Modified:
6 years, 8 months ago
Reviewers:
stevenjb, blundell
CC:
chromium-reviews, jam, browser-components-watch_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@FAVICON_create_core_dir
Visibility:
Public.

Description

Remove dependency on Profile's IsOffTheRecord in favicon_handler. Have FaviconTabHelper supports IsOffTheRecord to move knowledge of Profile out of favicon_handler. BUG=359095 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262709

Patch Set 1 : #

Total comments: 19

Patch Set 2 : Review fixes. #

Total comments: 2

Patch Set 3 : Review fixes. #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -2 lines) Patch
M chrome/browser/favicon/favicon_handler.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/favicon/favicon_handler_unittest.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/favicon/favicon_tab_helper.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/favicon/favicon_tab_helper.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M components/favicon/core/favicon_handler_delegate.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
jif
PTAL
6 years, 8 months ago (2014-04-08 09:53:59 UTC) #1
blundell
LGTM with nits nice! https://codereview.chromium.org/227153007/diff/60001/chrome/browser/favicon/favicon_handler.cc File chrome/browser/favicon/favicon_handler.cc (right): https://codereview.chromium.org/227153007/diff/60001/chrome/browser/favicon/favicon_handler.cc#newcode20 chrome/browser/favicon/favicon_handler.cc:20: #include "components/favicon/content/content_favicon_driver.h" This should be ...
6 years, 8 months ago (2014-04-08 10:01:19 UTC) #2
jif
Thanks. +stevenjb for an other pair of eyes. https://codereview.chromium.org/227153007/diff/60001/chrome/browser/favicon/favicon_handler.h File chrome/browser/favicon/favicon_handler.h (right): https://codereview.chromium.org/227153007/diff/60001/chrome/browser/favicon/favicon_handler.h#newcode291 chrome/browser/favicon/favicon_handler.h:291: // ...
6 years, 8 months ago (2014-04-08 11:55:46 UTC) #3
stevenjb
https://codereview.chromium.org/227153007/diff/90001/chrome/browser/favicon/favicon_handler.h File chrome/browser/favicon/favicon_handler.h (right): https://codereview.chromium.org/227153007/diff/90001/chrome/browser/favicon/favicon_handler.h#newcode292 chrome/browser/favicon/favicon_handler.h:292: FaviconDriver* driver_; // weak I haven't seen "Driver" used ...
6 years, 8 months ago (2014-04-08 15:55:57 UTC) #4
blundell
https://codereview.chromium.org/227153007/diff/90001/chrome/browser/favicon/favicon_handler.h File chrome/browser/favicon/favicon_handler.h (right): https://codereview.chromium.org/227153007/diff/90001/chrome/browser/favicon/favicon_handler.h#newcode292 chrome/browser/favicon/favicon_handler.h:292: FaviconDriver* driver_; // weak FooDriver is the naming convention ...
6 years, 8 months ago (2014-04-08 16:01:56 UTC) #5
stevenjb
I see. Does it make sense then to put IsOffTheRecord() into FaviconHandlerDelegate now and change ...
6 years, 8 months ago (2014-04-08 16:15:08 UTC) #6
blundell
On 2014/04/08 16:15:08, stevenjb wrote: > I see. Does it make sense then to put ...
6 years, 8 months ago (2014-04-08 20:06:58 UTC) #7
jif
On 2014/04/08 20:06:58, blundell wrote: > On 2014/04/08 16:15:08, stevenjb wrote: > > I see. ...
6 years, 8 months ago (2014-04-09 09:57:33 UTC) #8
blundell
LGTM
6 years, 8 months ago (2014-04-09 10:58:23 UTC) #9
jif
The CQ bit was checked by jif@chromium.org
6 years, 8 months ago (2014-04-09 13:03:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jif@chromium.org/227153007/170001
6 years, 8 months ago (2014-04-09 13:03:27 UTC) #11
stevenjb
lgtm
6 years, 8 months ago (2014-04-09 16:32:39 UTC) #12
commit-bot: I haz the power
6 years, 8 months ago (2014-04-09 16:41:55 UTC) #13
Message was sent while issue was closed.
Change committed as 262709

Powered by Google App Engine
This is Rietveld 408576698