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

Issue 402483003: Remove never reached area in GeoNotifier (Closed)

Created:
6 years, 5 months ago by kihong
Modified:
6 years, 5 months ago
CC:
blink-reviews, mvanouwerkerk+watch_chromium.org, timvolodine
Base URL:
https://chromium.googlesource.com/chromium/blink.git@remove_circular
Project:
blink
Visibility:
Public.

Description

Remove never reached area in GeoNotifier Allowance checking in the runSuccessCallback is useless and annoying. It is already checked right before calling. BUG=387656 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178317

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -5 lines) Patch
M Source/modules/geolocation/GeoNotifier.cpp View 1 chunk +0 lines, -5 lines 4 comments Download

Messages

Total messages: 11 (0 generated)
kihong
PTAL
6 years, 5 months ago (2014-07-17 02:23:30 UTC) #1
haraken
LGTM
6 years, 5 months ago (2014-07-17 02:27:07 UTC) #2
kihong
On 2014/07/17 02:27:07, haraken wrote: > LGTM Thank you for quick replying :-)
6 years, 5 months ago (2014-07-17 02:30:01 UTC) #3
kihong
The CQ bit was checked by kihong.kwon@samsung.com
6 years, 5 months ago (2014-07-17 02:30:11 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kihong.kwon@samsung.com/402483003/1
6 years, 5 months ago (2014-07-17 02:31:34 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 5 months ago (2014-07-17 03:51:29 UTC) #6
commit-bot: I haz the power
Change committed as 178317
6 years, 5 months ago (2014-07-17 04:25:09 UTC) #7
Michael van Ouwerkerk
https://codereview.chromium.org/402483003/diff/1/Source/modules/geolocation/GeoNotifier.cpp File Source/modules/geolocation/GeoNotifier.cpp (left): https://codereview.chromium.org/402483003/diff/1/Source/modules/geolocation/GeoNotifier.cpp#oldcode62 Source/modules/geolocation/GeoNotifier.cpp:62: CRASH(); I'd have prefered to just replace this with ...
6 years, 5 months ago (2014-07-17 10:15:00 UTC) #8
kihong
I am sorry for landing this so quickly. I have thought this is so trivial. ...
6 years, 5 months ago (2014-07-17 11:47:56 UTC) #9
Michael van Ouwerkerk
https://codereview.chromium.org/402483003/diff/1/Source/modules/geolocation/GeoNotifier.cpp File Source/modules/geolocation/GeoNotifier.cpp (left): https://codereview.chromium.org/402483003/diff/1/Source/modules/geolocation/GeoNotifier.cpp#oldcode62 Source/modules/geolocation/GeoNotifier.cpp:62: CRASH(); Your change is correct. If the purpose is ...
6 years, 5 months ago (2014-07-17 12:15:34 UTC) #10
kihong
6 years, 5 months ago (2014-07-17 12:21:10 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/402483003/diff/1/Source/modules/geolocation/G...
File Source/modules/geolocation/GeoNotifier.cpp (left):

https://codereview.chromium.org/402483003/diff/1/Source/modules/geolocation/G...
Source/modules/geolocation/GeoNotifier.cpp:62: CRASH();
On 2014/07/17 12:15:34, Michael van Ouwerkerk wrote:
> Your change is correct. If the purpose is the break the cycle, then this seems
> like a reasonable change. I was just expressing regret at losing some
> readability of the code.

I got it and thanks for your kind reviewing. :)

Powered by Google App Engine
This is Rietveld 408576698