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

Issue 10831059: debugd: Add GetNetworkInterfaces functionality. (Closed)

Created:
8 years, 4 months ago by hshi1
Modified:
8 years, 4 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

debugd: Add GetNetworkInterfaces functionality. BUG=139442 TEST=CQ Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149304

Patch Set 1 : . #

Total comments: 6

Patch Set 2 : Rebase @ 149238 #

Patch Set 3 : Rename GetInterfaces to GetNetworkInterfaces, add comments. #

Patch Set 4 : Fix function name in mock_debug_daemon_client.h #

Patch Set 5 : Add pointer to the documentation of the GetNetworkInterface json format. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -1 line) Patch
M chromeos/dbus/debug_daemon_client.h View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
M chromeos/dbus/debug_daemon_client.cc View 1 2 3 chunks +26 lines, -1 line 0 comments Download
M chromeos/dbus/mock_debug_daemon_client.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
hshi1
Please take a look. Thanks!
8 years, 4 months ago (2012-07-30 21:52:18 UTC) #1
hshi1
Add ellyjones@ as she implemented the GetInterfaces in debugd.
8 years, 4 months ago (2012-07-31 17:41:50 UTC) #2
satorux1
sorry for the belated response. http://codereview.chromium.org/10831059/diff/5001/chromeos/dbus/debug_daemon_client.h File chromeos/dbus/debug_daemon_client.h (right): http://codereview.chromium.org/10831059/diff/5001/chromeos/dbus/debug_daemon_client.h#newcode62 chromeos/dbus/debug_daemon_client.h:62: typedef base::Callback<void(bool succeeded, const ...
8 years, 4 months ago (2012-07-31 20:36:52 UTC) #3
hshi1
http://codereview.chromium.org/10831059/diff/5001/chromeos/dbus/debug_daemon_client.h File chromeos/dbus/debug_daemon_client.h (right): http://codereview.chromium.org/10831059/diff/5001/chromeos/dbus/debug_daemon_client.h#newcode62 chromeos/dbus/debug_daemon_client.h:62: typedef base::Callback<void(bool succeeded, const std::string& status)> The |status| is ...
8 years, 4 months ago (2012-07-31 21:32:02 UTC) #4
satorux1
LGTM with a request: http://codereview.chromium.org/10831059/diff/5001/chromeos/dbus/debug_daemon_client.h File chromeos/dbus/debug_daemon_client.h (right): http://codereview.chromium.org/10831059/diff/5001/chromeos/dbus/debug_daemon_client.h#newcode62 chromeos/dbus/debug_daemon_client.h:62: typedef base::Callback<void(bool succeeded, const std::string& ...
8 years, 4 months ago (2012-07-31 21:35:45 UTC) #5
hshi1
http://codereview.chromium.org/10831059/diff/5001/chromeos/dbus/debug_daemon_client.h File chromeos/dbus/debug_daemon_client.h (right): http://codereview.chromium.org/10831059/diff/5001/chromeos/dbus/debug_daemon_client.h#newcode62 chromeos/dbus/debug_daemon_client.h:62: typedef base::Callback<void(bool succeeded, const std::string& status)> On 2012/07/31 21:35:45, ...
8 years, 4 months ago (2012-07-31 21:44:45 UTC) #6
commit-bot: I haz the power
8 years, 4 months ago (2012-07-31 22:00:45 UTC) #7

Powered by Google App Engine
This is Rietveld 408576698