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

Issue 10584042: Bring up a content settings icon for ungestured registerProtocolHandler call. (Closed)

Created:
8 years, 6 months ago by Greg Billock
Modified:
7 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch-content_chromium.org, oshima+watch_chromium.org, benwells
Visibility:
Public.

Description

Bring up a content settings icon for ungestured registerProtocolHandler call. R=benwells@chromium.org BUG=122020 TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=144957 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147045

Patch Set 1 #

Total comments: 33

Patch Set 2 : Review comments. Move to radio buttons #

Total comments: 2

Patch Set 3 : Add tests #

Patch Set 4 : Add function test #

Patch Set 5 : Add Clear method. #

Patch Set 6 : Merge to head. #

Total comments: 8

Patch Set 7 : Fix ignore behavior #

Patch Set 8 : Make windows happy #

Total comments: 38

Patch Set 9 : Fix many issues in review #

Patch Set 10 : Merge to head #

Patch Set 11 : Repair merge #

Total comments: 17

Patch Set 12 : Fix some nits #

Patch Set 13 : Add indent #

Patch Set 14 : Add fake ProtocolHandlerRegistry::Delegate to avoid contaminating the global web-safe schemes regis… #

Patch Set 15 : Move enum #

Patch Set 16 : Added libgtk2 icon #

Patch Set 17 : Rebase to head #

Patch Set 18 : Add xib and logic for mac port #

Patch Set 19 : Let the registry own the delegate #

Patch Set 20 : Fix NSTags and handler to allow more than 2 radio buttons. #

Patch Set 21 : Merge to head #

Patch Set 22 : Repair merge to head #

Total comments: 6

Patch Set 23 : Get correct ProtocolHandlerRegistry shutdown sequence navigated. #

Patch Set 24 : Use initializeRadioGroup for protocol handlers. #

Patch Set 25 : Fix xib multi-select, add to gypi files. #

Patch Set 26 : Merge to head #

Patch Set 27 : Fix up policy provider array #

Patch Set 28 : Bernhard's nib file #

Patch Set 29 : Rebase #

Patch Set 30 : Fix nib layout for multi-line #

Patch Set 31 : Fix merge #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+716 lines, -122 lines) Patch
A + chrome/app/nibs/ContentProtocolHandlers.xib View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 21 chunks +213 lines, -74 lines 0 comments Download
M chrome/browser/content_settings/content_settings_default_provider.cc View 1 2 3 4 5 6 7 8 9 21 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/content_settings/content_settings_policy_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/content_settings/content_settings_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 21 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +51 lines, -0 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 2 3 4 5 21 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 4 chunks +20 lines, -6 lines 0 comments Download
M chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 5 chunks +11 lines, -19 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 4 chunks +179 lines, -14 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +148 lines, -0 lines 1 comment Download
M chrome/browser/ui/content_settings/content_setting_image_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +30 lines, -0 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_image_model_unittest.cc View 1 2 3 4 5 6 7 8 21 2 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/gtk_theme_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/libgtk2ui/gtk2_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/external_tab_container_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options2/content_settings_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_dll.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/content_settings_types.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/testing_profile.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 44 (0 generated)
Greg Billock
8 years, 6 months ago (2012-06-20 21:33:43 UTC) #1
koz (OOO until 15th September)
http://codereview.chromium.org/10584042/diff/1/chrome/browser/content_settings/tab_specific_content_settings.h File chrome/browser/content_settings/tab_specific_content_settings.h (right): http://codereview.chromium.org/10584042/diff/1/chrome/browser/content_settings/tab_specific_content_settings.h#newcode173 chrome/browser/content_settings/tab_specific_content_settings.h:173: void SetRegisterProtocolHandlerCalledUngestured(ProtocolHandler handler) { This code could do with ...
8 years, 6 months ago (2012-06-21 01:50:53 UTC) #2
Greg Billock
http://codereview.chromium.org/10584042/diff/1/chrome/browser/content_settings/tab_specific_content_settings.h File chrome/browser/content_settings/tab_specific_content_settings.h (right): http://codereview.chromium.org/10584042/diff/1/chrome/browser/content_settings/tab_specific_content_settings.h#newcode173 chrome/browser/content_settings/tab_specific_content_settings.h:173: void SetRegisterProtocolHandlerCalledUngestured(ProtocolHandler handler) { On 2012/06/21 01:50:53, koz wrote: ...
8 years, 6 months ago (2012-06-21 19:59:11 UTC) #3
koz (OOO until 15th September)
http://codereview.chromium.org/10584042/diff/1/chrome/browser/content_settings/tab_specific_content_settings.h File chrome/browser/content_settings/tab_specific_content_settings.h (right): http://codereview.chromium.org/10584042/diff/1/chrome/browser/content_settings/tab_specific_content_settings.h#newcode185 chrome/browser/content_settings/tab_specific_content_settings.h:185: void SetOldRegisterProtocolHandlerTitle(const string16 title) { On 2012/06/21 19:59:11, Greg ...
8 years, 6 months ago (2012-06-21 23:03:50 UTC) #4
Greg Billock
http://codereview.chromium.org/10584042/diff/1/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/10584042/diff/1/chrome/browser/ui/browser.cc#newcode2297 chrome/browser/ui/browser.cc:2297: content_settings->SetRegisterProtocolHandlerCalledUngestured( Ok. Adding. On 2012/06/21 23:03:50, koz wrote: > ...
8 years, 6 months ago (2012-06-21 23:10:58 UTC) #5
koz (OOO until 15th September)
http://codereview.chromium.org/10584042/diff/1/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): http://codereview.chromium.org/10584042/diff/1/content/renderer/render_view_impl.cc#newcode5561 content/renderer/render_view_impl.cc:5561: LOG(INFO) << "Got RPH in RenderViewImpl"; On 2012/06/21 23:10:59, ...
8 years, 6 months ago (2012-06-22 00:41:14 UTC) #6
Greg Billock
http://codereview.chromium.org/10584042/diff/1/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): http://codereview.chromium.org/10584042/diff/1/content/renderer/render_view_impl.cc#newcode5561 content/renderer/render_view_impl.cc:5561: LOG(INFO) << "Got RPH in RenderViewImpl"; On 2012/06/22 00:41:14, ...
8 years, 6 months ago (2012-06-22 19:45:39 UTC) #7
koz (OOO until 15th September)
Awesome! lgtm
8 years, 6 months ago (2012-06-25 01:18:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10584042/33001
8 years, 5 months ago (2012-06-25 15:45:49 UTC) #9
commit-bot: I haz the power
Presubmit check for 10584042-33001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-06-25 15:45:54 UTC) #10
Greg Billock
On 2012/06/25 15:45:54, I haz the power (commit-bot) wrote: > Presubmit check for 10584042-33001 failed ...
8 years, 5 months ago (2012-06-25 15:59:56 UTC) #11
sky
I'm swapping myself with Peter who knows more about content settings than I do.
8 years, 5 months ago (2012-06-25 16:47:08 UTC) #12
Bernhard Bauer
http://codereview.chromium.org/10584042/diff/33001/chrome/browser/content_settings/content_settings_default_provider.cc File chrome/browser/content_settings/content_settings_default_provider.cc (right): http://codereview.chromium.org/10584042/diff/33001/chrome/browser/content_settings/content_settings_default_provider.cc#newcode47 chrome/browser/content_settings/content_settings_default_provider.cc:47: CONTENT_SETTING_ASK, // CONTENT_SETTINGS_TYPE_REGISTER_PROTOCOL_HANDLER Do we actually store content settings ...
8 years, 5 months ago (2012-06-25 16:52:20 UTC) #13
Evan Stade
gtk lgtm http://codereview.chromium.org/10584042/diff/33001/chrome/browser/ui/webui/options2/content_settings_handler2.cc File chrome/browser/ui/webui/options2/content_settings_handler2.cc (right): http://codereview.chromium.org/10584042/diff/33001/chrome/browser/ui/webui/options2/content_settings_handler2.cc#newcode342 chrome/browser/ui/webui/options2/content_settings_handler2.cc:342: "register-protocol-handler"}, 2 more indent
8 years, 5 months ago (2012-06-25 23:31:07 UTC) #14
Peter Kasting
http://codereview.chromium.org/10584042/diff/33001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/10584042/diff/33001/chrome/browser/ui/browser.cc#newcode1998 chrome/browser/ui/browser.cc:1998: if (!user_gesture && window) { It worries me that ...
8 years, 5 months ago (2012-06-25 23:55:30 UTC) #15
Bernhard Bauer
http://codereview.chromium.org/10584042/diff/33001/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc File chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc (right): http://codereview.chromium.org/10584042/diff/33001/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc#newcode246 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc:246: EXPECT_EQ(0U, bubble_content.domain_lists.size()); On 2012/06/25 23:55:30, Peter Kasting wrote: > ...
8 years, 5 months ago (2012-06-26 09:08:34 UTC) #16
Peter Kasting
http://codereview.chromium.org/10584042/diff/33001/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc File chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc (right): http://codereview.chromium.org/10584042/diff/33001/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc#newcode246 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc:246: EXPECT_EQ(0U, bubble_content.domain_lists.size()); On 2012/06/26 09:08:34, Bernhard Bauer wrote: > ...
8 years, 5 months ago (2012-06-26 17:18:22 UTC) #17
Greg Billock
http://codereview.chromium.org/10584042/diff/33001/chrome/browser/content_settings/content_settings_default_provider.cc File chrome/browser/content_settings/content_settings_default_provider.cc (right): http://codereview.chromium.org/10584042/diff/33001/chrome/browser/content_settings/content_settings_default_provider.cc#newcode47 chrome/browser/content_settings/content_settings_default_provider.cc:47: CONTENT_SETTING_ASK, // CONTENT_SETTINGS_TYPE_REGISTER_PROTOCOL_HANDLER On 2012/06/25 16:52:20, Bernhard Bauer wrote: ...
8 years, 5 months ago (2012-06-26 19:17:04 UTC) #18
Peter Kasting
chrome/browser/ui/ OWNERS LGTM http://codereview.chromium.org/10584042/diff/43001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc File chrome/browser/ui/content_settings/content_setting_bubble_model.cc (right): http://codereview.chromium.org/10584042/diff/43001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc#newcode586 chrome/browser/ui/content_settings/content_setting_bubble_model.cc:586: delegate, tab_contents, profile, content_type), Nit: Indent ...
8 years, 5 months ago (2012-06-26 19:53:00 UTC) #19
Bernhard Bauer
LGTM! http://codereview.chromium.org/10584042/diff/43001/chrome/browser/content_settings/content_settings_utils.cc File chrome/browser/content_settings/content_settings_utils.cc (right): http://codereview.chromium.org/10584042/diff/43001/chrome/browser/content_settings/content_settings_utils.cc#newcode39 chrome/browser/content_settings/content_settings_utils.cc:39: "register-protocol-handler" Nit: If you append a comma, it ...
8 years, 5 months ago (2012-06-26 20:17:49 UTC) #20
Peter Kasting
http://codereview.chromium.org/10584042/diff/43001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc File chrome/browser/ui/content_settings/content_setting_bubble_model.cc (right): http://codereview.chromium.org/10584042/diff/43001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc#newcode664 chrome/browser/ui/content_settings/content_setting_bubble_model.cc:664: IgnoreProtocolHandler(); On 2012/06/26 20:17:49, Bernhard Bauer wrote: > Could ...
8 years, 5 months ago (2012-06-26 20:28:52 UTC) #21
Greg Billock
http://codereview.chromium.org/10584042/diff/43001/chrome/browser/content_settings/content_settings_utils.cc File chrome/browser/content_settings/content_settings_utils.cc (right): http://codereview.chromium.org/10584042/diff/43001/chrome/browser/content_settings/content_settings_utils.cc#newcode39 chrome/browser/content_settings/content_settings_utils.cc:39: "register-protocol-handler" On 2012/06/26 20:17:49, Bernhard Bauer wrote: > Nit: ...
8 years, 5 months ago (2012-06-26 20:31:41 UTC) #22
Greg Billock
erg, would you mind having a look at chrome/browser/ui/gtk/gtk_theme_service.cc ? Thanks. The question is whether ...
8 years, 5 months ago (2012-06-26 20:33:27 UTC) #23
Peter Kasting
On 2012/06/26 20:33:27, Greg Billock wrote: > erg, would you mind having a look at ...
8 years, 5 months ago (2012-06-26 20:35:17 UTC) #24
Greg Billock
http://codereview.chromium.org/10584042/diff/43001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc File chrome/browser/ui/content_settings/content_setting_bubble_model.cc (right): http://codereview.chromium.org/10584042/diff/43001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc#newcode586 chrome/browser/ui/content_settings/content_setting_bubble_model.cc:586: delegate, tab_contents, profile, content_type), On 2012/06/26 20:35:17, Peter Kasting ...
8 years, 5 months ago (2012-06-26 20:42:49 UTC) #25
Bernhard Bauer
http://codereview.chromium.org/10584042/diff/43001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc File chrome/browser/ui/content_settings/content_setting_bubble_model.cc (right): http://codereview.chromium.org/10584042/diff/43001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc#newcode664 chrome/browser/ui/content_settings/content_setting_bubble_model.cc:664: IgnoreProtocolHandler(); On 2012/06/26 20:28:52, Peter Kasting wrote: > On ...
8 years, 5 months ago (2012-06-26 21:06:28 UTC) #26
Peter Kasting
http://codereview.chromium.org/10584042/diff/43001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc File chrome/browser/ui/content_settings/content_setting_bubble_model.cc (right): http://codereview.chromium.org/10584042/diff/43001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc#newcode569 chrome/browser/ui/content_settings/content_setting_bubble_model.cc:569: enum RPHState { Nit: This goes above the methods. ...
8 years, 5 months ago (2012-06-26 21:31:56 UTC) #27
Greg Billock
I added some more test machinery here. The RPH call pollutes the global web-safe scheme ...
8 years, 5 months ago (2012-06-26 22:03:40 UTC) #28
Elliot Glaysher
gtk lgtm
8 years, 5 months ago (2012-06-28 16:36:07 UTC) #29
Elliot Glaysher
As requested by Peter, a statement of what should be done: In GTK, the omnibox ...
8 years, 5 months ago (2012-06-28 18:32:43 UTC) #30
Greg Billock
On 2012/06/28 18:32:43, Elliot Glaysher wrote: > As requested by Peter, a statement of what ...
8 years, 5 months ago (2012-06-29 15:47:49 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10584042/62001
8 years, 5 months ago (2012-06-29 16:16:04 UTC) #32
commit-bot: I haz the power
Try job failure for 10584042-62001 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-06-29 17:23:32 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10584042/62001
8 years, 5 months ago (2012-06-29 18:22:59 UTC) #34
commit-bot: I haz the power
Try job failure for 10584042-62001 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-06-29 19:21:16 UTC) #35
Greg Billock
Bernhard, can you have a look at the Mac changes? The XIB file and the ...
8 years, 5 months ago (2012-06-29 22:24:13 UTC) #36
Bernhard Bauer
https://chromiumcodereview.appspot.com/10584042/diff/68024/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm File chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm (right): https://chromiumcodereview.appspot.com/10584042/diff/68024/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm#newcode406 chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm:406: - (void)initializeProtocolHandlers { I think you could generalize |initializeRadioGroup| ...
8 years, 5 months ago (2012-07-02 23:13:15 UTC) #37
Greg Billock
https://chromiumcodereview.appspot.com/10584042/diff/68024/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm File chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm (right): https://chromiumcodereview.appspot.com/10584042/diff/68024/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm#newcode406 chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm:406: - (void)initializeProtocolHandlers { On 2012/07/02 23:13:15, Bernhard Bauer wrote: ...
8 years, 5 months ago (2012-07-03 20:33:02 UTC) #38
Greg Billock
Fixed nib file for multi-line title layout. (Thanks, Chris) There's a spare image laying in ...
8 years, 5 months ago (2012-07-17 00:52:53 UTC) #39
Bernhard Bauer
LGTM!111!1 On 2012/07/17 00:52:53, Greg Billock wrote: > Fixed nib file for multi-line title layout. ...
8 years, 5 months ago (2012-07-17 08:17:13 UTC) #40
Greg Billock
On 2012/07/17 08:17:13, Bernhard Bauer wrote: > LGTM!111!1 > > On 2012/07/17 00:52:53, Greg Billock ...
8 years, 5 months ago (2012-07-17 16:41:30 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10584042/91003
8 years, 5 months ago (2012-07-17 16:55:29 UTC) #42
commit-bot: I haz the power
Change committed as 147045
8 years, 5 months ago (2012-07-17 18:09:58 UTC) #43
Nico
7 years, 9 months ago (2013-03-13 17:31:56 UTC) #44
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/10584042/diff/91003/chrome/browser/ui/...
File chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc
(right):

https://chromiumcodereview.appspot.com/10584042/diff/91003/chrome/browser/ui/...
chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc:292:
LOG(INFO) << "Register With OS";
What's the point of LOG(INFO) statements in tests?

The bots print LOG(INFO), which means this shows up in test output and confuses
people (well, at least me) who look at failing tests, thinking the output is
related to this output somehow.

Can you remove info logging from tests, please?

Powered by Google App Engine
This is Rietveld 408576698