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

Unified Diff: extensions/common/api/networking_config.idl

Issue 1002243002: networking.config API: Add an example to the documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 years, 9 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
Index: extensions/common/api/networking_config.idl
diff --git a/extensions/common/api/networking_config.idl b/extensions/common/api/networking_config.idl
index 964fc851165d6b542891766591cc6bc59ceb4f3b..78b5bc6653efb27770ec5bd806a591e4cc18ff63 100644
--- a/extensions/common/api/networking_config.idl
+++ b/extensions/common/api/networking_config.idl
@@ -84,7 +84,7 @@ namespace networking.config {
// |result|: The result of the authentication attempt.
// |callback|: Called back when this operation is finished.
void finishAuthentication(DOMString GUID, AuthenticationResult result,
- FinishAuthenticationCallback callback);
+ optional FinishAuthenticationCallback callback);
};
interface Events {

Powered by Google App Engine
This is Rietveld 408576698