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

Unified Diff: chromeos/network/network_configuration_handler.h

Issue 799313004: chromeos networking: small cleanups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: Created 5 years, 11 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/managed_network_configuration_handler_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_configuration_handler.h
diff --git a/chromeos/network/network_configuration_handler.h b/chromeos/network/network_configuration_handler.h
index bac3454719410132e4beb42ce8180f8a29f7d881..4b404d8a9c42898229ebb505c3deb771950c538c 100644
--- a/chromeos/network/network_configuration_handler.h
+++ b/chromeos/network/network_configuration_handler.h
@@ -53,7 +53,8 @@ namespace chromeos {
// when it doesn't, |error_callback| will be called with information about the
// error, including a symbolic name for the error and often some error message
// that is suitable for logging. None of the error message text is meant for
-// user consumption.
+// user consumption. Both |callback| and |error_callback| are permitted to be
+// null callbacks.
class CHROMEOS_EXPORT NetworkConfigurationHandler
: public base::SupportsWeakPtr<NetworkConfigurationHandler> {
public:
« no previous file with comments | « chromeos/network/managed_network_configuration_handler_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698