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

Unified Diff: chromeos/network/network_handler_callbacks.h

Issue 14876021: Re-factor network_event_log (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address final nits Created 7 years, 7 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 | « chromeos/network/network_event_log_unittest.cc ('k') | chromeos/network/network_handler_callbacks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_handler_callbacks.h
diff --git a/chromeos/network/network_handler_callbacks.h b/chromeos/network/network_handler_callbacks.h
index 7618757b99721129d68fefaf4ec11dfe17ec301f..8caf804e0a94aac655e7fb08b59f52744fa76284 100644
--- a/chromeos/network/network_handler_callbacks.h
+++ b/chromeos/network/network_handler_callbacks.h
@@ -39,8 +39,7 @@ CHROMEOS_EXPORT base::DictionaryValue* CreateErrorData(
// Callback for Shill errors. |path| may be blank if not relevant.
// Logs an error and calls |error_callback| if not null.
-void ShillErrorCallbackFunction(const std::string& module,
- const std::string& path,
+void ShillErrorCallbackFunction(const std::string& path,
const ErrorCallback& error_callback,
const std::string& error_name,
const std::string& error_message);
« no previous file with comments | « chromeos/network/network_event_log_unittest.cc ('k') | chromeos/network/network_handler_callbacks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698