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: |