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

Issue 411463007: Noop gear button in VK menu popup if not logged in (Closed)

Created:
6 years, 5 months ago by bshe
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Noop gear button in VK menu popup if not logged in BUG=395621 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286320

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M chrome/browser/extensions/api/input/input.cc View 1 2 3 4 5 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
bshe
6 years, 5 months ago (2014-07-23 02:48:12 UTC) #1
Shu Chen
lgtm
6 years, 5 months ago (2014-07-23 02:50:58 UTC) #2
Shu Chen
https://codereview.chromium.org/411463007/diff/40001/chrome/browser/extensions/api/input/input.cc File chrome/browser/extensions/api/input/input.cc (right): https://codereview.chromium.org/411463007/diff/40001/chrome/browser/extensions/api/input/input.cc#newcode178 chrome/browser/extensions/api/input/input.cc:178: return true; nits: avoid getting lock state when user ...
6 years, 5 months ago (2014-07-23 02:57:39 UTC) #3
bshe
https://codereview.chromium.org/411463007/diff/40001/chrome/browser/extensions/api/input/input.cc File chrome/browser/extensions/api/input/input.cc (right): https://codereview.chromium.org/411463007/diff/40001/chrome/browser/extensions/api/input/input.cc#newcode178 chrome/browser/extensions/api/input/input.cc:178: return true; On 2014/07/23 02:57:39, Shu Chen wrote: > ...
6 years, 5 months ago (2014-07-23 02:59:49 UTC) #4
Shu Chen
The CQ bit was checked by shuchen@chromium.org
6 years, 5 months ago (2014-07-23 06:25:06 UTC) #5
Shu Chen
Verified on linux_chromeos, and committing.
6 years, 5 months ago (2014-07-23 06:25:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/411463007/60001
6 years, 5 months ago (2014-07-23 06:29:40 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-23 08:27:04 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-23 08:29:40 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/81704)
6 years, 5 months ago (2014-07-23 08:29:41 UTC) #10
Shu Chen
https://codereview.chromium.org/411463007/diff/60001/chrome/browser/extensions/api/input/input.cc File chrome/browser/extensions/api/input/input.cc (right): https://codereview.chromium.org/411463007/diff/60001/chrome/browser/extensions/api/input/input.cc#newcode175 chrome/browser/extensions/api/input/input.cc:175: if (!chromeos::UserManager::Get()->IsUserLoggedIn() || I think you need to guard ...
6 years, 5 months ago (2014-07-23 14:23:19 UTC) #11
bshe
https://codereview.chromium.org/411463007/diff/60001/chrome/browser/extensions/api/input/input.cc File chrome/browser/extensions/api/input/input.cc (right): https://codereview.chromium.org/411463007/diff/60001/chrome/browser/extensions/api/input/input.cc#newcode175 chrome/browser/extensions/api/input/input.cc:175: if (!chromeos::UserManager::Get()->IsUserLoggedIn() || On 2014/07/23 14:23:19, Shu Chen wrote: ...
6 years, 5 months ago (2014-07-24 17:24:16 UTC) #12
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 5 months ago (2014-07-24 17:24:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/411463007/80001
6 years, 5 months ago (2014-07-24 17:25:57 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 5 months ago (2014-07-24 21:24:07 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-24 21:28:54 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/82202)
6 years, 5 months ago (2014-07-24 21:28:55 UTC) #17
bshe
+mek for OWNER
6 years, 5 months ago (2014-07-24 21:48:54 UTC) #18
bshe
On 2014/07/24 21:48:54, bshe wrote: > +mek for OWNER friendly ping?
6 years, 4 months ago (2014-07-29 17:05:20 UTC) #19
Marijn Kruisselbrink
I'm sorry for the delay, I somehow overlooked this. LGTM
6 years, 4 months ago (2014-07-29 17:21:57 UTC) #20
bshe
On 2014/07/29 17:21:57, Marijn Kruisselbrink wrote: > I'm sorry for the delay, I somehow overlooked ...
6 years, 4 months ago (2014-07-29 17:33:37 UTC) #21
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 4 months ago (2014-07-29 17:33:41 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/411463007/120001
6 years, 4 months ago (2014-07-29 17:35:48 UTC) #23
commit-bot: I haz the power
6 years, 4 months ago (2014-07-29 22:37:49 UTC) #24
Message was sent while issue was closed.
Change committed as 286320

Powered by Google App Engine
This is Rietveld 408576698