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

Issue 10887029: Only show chrome2mobile in action box if it is enabled (Closed)

Created:
8 years, 3 months ago by Cait (Slow)
Modified:
8 years, 3 months ago
CC:
chromium-reviews, tfarina, beaudoin, msw
Visibility:
Public.

Description

Only show chrome2mobile in action box if it is enabled. BUG=145299 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154458

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 16

Patch Set 3 : #

Total comments: 7

Patch Set 4 : #

Total comments: 18

Patch Set 5 : #

Total comments: 12

Patch Set 6 : #

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -55 lines) Patch
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/plus_decoration.h View 1 2 3 4 3 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/plus_decoration.mm View 1 2 3 4 5 6 3 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/ui/toolbar/action_box_menu_model.h View 1 2 3 4 5 6 4 chunks +3 lines, -12 lines 0 comments Download
M chrome/browser/ui/toolbar/action_box_menu_model.cc View 1 2 3 4 5 6 7 4 chunks +34 lines, -15 lines 1 comment Download
M chrome/browser/ui/views/location_bar/action_box_button_view.h View 1 2 3 4 5 6 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/ui/views/location_bar/action_box_button_view.cc View 1 2 3 3 chunks +4 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
Cait (Slow)
sky: please take a look at the views/ changes. shess: another one-line change to location_bar ...
8 years, 3 months ago (2012-08-29 18:46:57 UTC) #1
msw
Should the menu actually add/remove items while open or should they simply be enabled/disabled (via ...
8 years, 3 months ago (2012-08-29 19:27:04 UTC) #2
Scott Hess - ex-Googler
lgtm for one-line change to cocoa/!
8 years, 3 months ago (2012-08-29 20:03:39 UTC) #3
Cait (Slow)
https://chromiumcodereview.appspot.com/10887029/diff/1007/chrome/browser/ui/toolbar/action_box_menu_model.cc File chrome/browser/ui/toolbar/action_box_menu_model.cc (right): https://chromiumcodereview.appspot.com/10887029/diff/1007/chrome/browser/ui/toolbar/action_box_menu_model.cc#newcode45 chrome/browser/ui/toolbar/action_box_menu_model.cc:45: browser_->profile()->IsSyncAccessible() && On 2012/08/29 19:27:04, msw wrote: > nit: ...
8 years, 3 months ago (2012-08-29 20:26:13 UTC) #4
sky
https://chromiumcodereview.appspot.com/10887029/diff/8002/chrome/browser/ui/views/location_bar/action_box_button_view.h File chrome/browser/ui/views/location_bar/action_box_button_view.h (right): https://chromiumcodereview.appspot.com/10887029/diff/8002/chrome/browser/ui/views/location_bar/action_box_button_view.h#newcode19 chrome/browser/ui/views/location_bar/action_box_button_view.h:19: explicit ActionBoxButtonView(Browser* browser, no explicit. Why do you need ...
8 years, 3 months ago (2012-08-29 21:27:00 UTC) #5
msw
https://chromiumcodereview.appspot.com/10887029/diff/8002/chrome/browser/ui/toolbar/action_box_menu_model.cc File chrome/browser/ui/toolbar/action_box_menu_model.cc (right): https://chromiumcodereview.appspot.com/10887029/diff/8002/chrome/browser/ui/toolbar/action_box_menu_model.cc#newcode44 chrome/browser/ui/toolbar/action_box_menu_model.cc:44: if (!browser_->profile()->IsOffTheRecord() && I think this should just always ...
8 years, 3 months ago (2012-08-29 22:05:42 UTC) #6
Cait (Slow)
https://chromiumcodereview.appspot.com/10887029/diff/8002/chrome/browser/ui/toolbar/action_box_menu_model.cc File chrome/browser/ui/toolbar/action_box_menu_model.cc (right): https://chromiumcodereview.appspot.com/10887029/diff/8002/chrome/browser/ui/toolbar/action_box_menu_model.cc#newcode44 chrome/browser/ui/toolbar/action_box_menu_model.cc:44: if (!browser_->profile()->IsOffTheRecord() && On 2012/08/29 22:05:42, msw wrote: > ...
8 years, 3 months ago (2012-08-29 23:03:47 UTC) #7
sky
Did you forget to upload a new patch?
8 years, 3 months ago (2012-08-30 00:09:21 UTC) #8
Cait (Slow)
On 2012/08/30 00:09:21, sky wrote: > Did you forget to upload a new patch? Should ...
8 years, 3 months ago (2012-08-30 00:31:08 UTC) #9
msw
Cleanup comments. https://chromiumcodereview.appspot.com/10887029/diff/1008/chrome/browser/ui/cocoa/location_bar/plus_decoration.h File chrome/browser/ui/cocoa/location_bar/plus_decoration.h (right): https://chromiumcodereview.appspot.com/10887029/diff/1008/chrome/browser/ui/cocoa/location_bar/plus_decoration.h#newcode22 chrome/browser/ui/cocoa/location_bar/plus_decoration.h:22: Browser* browser); nit: fits on line above ...
8 years, 3 months ago (2012-08-30 00:41:43 UTC) #10
Cait (Slow)
https://chromiumcodereview.appspot.com/10887029/diff/1008/chrome/browser/ui/cocoa/location_bar/plus_decoration.h File chrome/browser/ui/cocoa/location_bar/plus_decoration.h (right): https://chromiumcodereview.appspot.com/10887029/diff/1008/chrome/browser/ui/cocoa/location_bar/plus_decoration.h#newcode22 chrome/browser/ui/cocoa/location_bar/plus_decoration.h:22: Browser* browser); On 2012/08/30 00:41:43, msw wrote: > nit: ...
8 years, 3 months ago (2012-08-30 01:33:29 UTC) #11
msw
https://chromiumcodereview.appspot.com/10887029/diff/15001/chrome/browser/ui/cocoa/location_bar/plus_decoration.mm File chrome/browser/ui/cocoa/location_bar/plus_decoration.mm (right): https://chromiumcodereview.appspot.com/10887029/diff/15001/chrome/browser/ui/cocoa/location_bar/plus_decoration.mm#newcode7 chrome/browser/ui/cocoa/location_bar/plus_decoration.mm:7: #include "chrome/browser/extensions/extension_system.h" repeat nit: remove unnecessary include. https://chromiumcodereview.appspot.com/10887029/diff/15001/chrome/browser/ui/cocoa/location_bar/plus_decoration.mm#newcode26 chrome/browser/ui/cocoa/location_bar/plus_decoration.mm:26: ...
8 years, 3 months ago (2012-08-30 01:47:01 UTC) #12
Scott Hess - ex-Googler
LGTM for removing lines from cocoa/
8 years, 3 months ago (2012-08-30 03:09:43 UTC) #13
Cait (Slow)
https://chromiumcodereview.appspot.com/10887029/diff/15001/chrome/browser/ui/cocoa/location_bar/plus_decoration.mm File chrome/browser/ui/cocoa/location_bar/plus_decoration.mm (right): https://chromiumcodereview.appspot.com/10887029/diff/15001/chrome/browser/ui/cocoa/location_bar/plus_decoration.mm#newcode7 chrome/browser/ui/cocoa/location_bar/plus_decoration.mm:7: #include "chrome/browser/extensions/extension_system.h" On 2012/08/30 01:47:01, msw wrote: > repeat ...
8 years, 3 months ago (2012-08-30 21:46:03 UTC) #14
msw
LGTM with one nit, thanks for the tremendous cleanup! https://chromiumcodereview.appspot.com/10887029/diff/20002/chrome/browser/ui/toolbar/action_box_menu_model.cc File chrome/browser/ui/toolbar/action_box_menu_model.cc (right): https://chromiumcodereview.appspot.com/10887029/diff/20002/chrome/browser/ui/toolbar/action_box_menu_model.cc#newcode42 chrome/browser/ui/toolbar/action_box_menu_model.cc:42: ...
8 years, 3 months ago (2012-08-30 22:21:09 UTC) #15
sky
LGTM
8 years, 3 months ago (2012-08-30 23:22:49 UTC) #16
Cait (Slow)
https://chromiumcodereview.appspot.com/10887029/diff/20002/chrome/browser/ui/toolbar/action_box_menu_model.cc File chrome/browser/ui/toolbar/action_box_menu_model.cc (right): https://chromiumcodereview.appspot.com/10887029/diff/20002/chrome/browser/ui/toolbar/action_box_menu_model.cc#newcode42 chrome/browser/ui/toolbar/action_box_menu_model.cc:42: if (ChromeToMobileService::IsChromeToMobileEnabled() && On 2012/08/30 22:21:09, msw wrote: > ...
8 years, 3 months ago (2012-08-31 15:38:12 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/10887029/26001
8 years, 3 months ago (2012-08-31 15:38:24 UTC) #18
msw
One nit. Still, LGTM, in case you want to keep this CQ run going and ...
8 years, 3 months ago (2012-08-31 17:15:36 UTC) #19
commit-bot: I haz the power
8 years, 3 months ago (2012-08-31 17:36:27 UTC) #20
Change committed as 154458

Powered by Google App Engine
This is Rietveld 408576698