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

Issue 299623002: Do not guard glib code using OS_POSIX flag. (Closed)

Created:
6 years, 7 months ago by joone
Modified:
6 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Do not guard glib code using OS_POSIX flag. USE_GLIB should be used instead of OS_POSIX. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272266

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M net/tools/net_watcher/net_watcher.cc View 3 chunks +3 lines, -3 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
joone
Could you review this patch?
6 years, 7 months ago (2014-05-20 05:43:36 UTC) #1
joone
On 2014/05/20 05:43:36, joone wrote: > Could you review this patch? The patch allows to ...
6 years, 7 months ago (2014-05-20 05:48:20 UTC) #2
Ryan Hamilton
lgtm
6 years, 7 months ago (2014-05-22 02:42:23 UTC) #3
joone
The CQ bit was checked by joone.hur@intel.com
6 years, 7 months ago (2014-05-22 15:18:56 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joone.hur@intel.com/299623002/1
6 years, 7 months ago (2014-05-22 15:19:26 UTC) #5
commit-bot: I haz the power
Change committed as 272266
6 years, 7 months ago (2014-05-22 19:19:10 UTC) #6
Lei Zhang
6 years, 7 months ago (2014-05-22 23:59:07 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/299623002/diff/1/net/tools/net_watcher/net_wa...
File net/tools/net_watcher/net_watcher.cc (right):

https://codereview.chromium.org/299623002/diff/1/net/tools/net_watcher/net_wa...
net/tools/net_watcher/net_watcher.cc:24: #if defined(USE_GLIB) &&
!defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS)
This should just be #if defined(USE_GLIB). I have a CL that will fix this.

Powered by Google App Engine
This is Rietveld 408576698