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

Unified Diff: extensions/common/api/networking_private.json

Issue 983823002: Use GUID instead of servicePath in network settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430115_internet_options_enable_extension_apis
Patch Set: Use guid instead of service_path for proxy prefs 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
« no previous file with comments | « chrome/browser/ui/webui/options/preferences_browsertest.cc ('k') | ui/chromeos/network/network_connect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/networking_private.json
diff --git a/extensions/common/api/networking_private.json b/extensions/common/api/networking_private.json
index 018c11589a454e080e03715703689915240c4814..158017f6dd683cdcbb8cab50cb7d83ac6ceaf9f4 100644
--- a/extensions/common/api/networking_private.json
+++ b/extensions/common/api/networking_private.json
@@ -155,6 +155,7 @@
},
{
"name": "callback",
+ "optional": true,
"type": "function",
"parameters": []
}
@@ -176,6 +177,7 @@
},
{
"name": "callback",
+ "optional": true,
"type": "function",
"parameters": [
{
@@ -448,6 +450,7 @@
},
{
"name": "callback",
+ "optional": true,
"type": "function",
"parameters": [
{
« no previous file with comments | « chrome/browser/ui/webui/options/preferences_browsertest.cc ('k') | ui/chromeos/network/network_connect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698