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

Unified Diff: chrome/browser/chromeos/cros_network_library.h

Issue 269029: Update cros network library code to work with the latest cros API that sends ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros_network_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros_network_library.h
===================================================================
--- chrome/browser/chromeos/cros_network_library.h (revision 28366)
+++ chrome/browser/chromeos/cros_network_library.h (working copy)
@@ -73,7 +73,7 @@
// This method is called when there's a change in network status.
// This will notify all the Observers.
static void NetworkStatusChangedHandler(void* object,
- const chromeos::ServiceInfo& service);
+ const chromeos::ServiceStatus& service_status);
// Parse a ServiceInfo objects and update our status.
void ParseNetworkServiceInfo(const chromeos::ServiceInfo& service);
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros_network_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698