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

Unified Diff: chrome/test/data/extensions/api_test/networking_private/test.js

Issue 2620463003: Add getGlobalPolicy to networkingPrivate API. (Closed)
Patch Set: Fix NetworkingPrivateServiceClient Created 3 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
Index: chrome/test/data/extensions/api_test/networking_private/test.js
diff --git a/chrome/test/data/extensions/api_test/networking_private/test.js b/chrome/test/data/extensions/api_test/networking_private/test.js
index aa2380b7185ba6d661a6fb5b2e42952893368c79..3ca9ca05dc8f199416d5a36d9d0f5ce528016c02 100644
--- a/chrome/test/data/extensions/api_test/networking_private/test.js
+++ b/chrome/test/data/extensions/api_test/networking_private/test.js
@@ -127,6 +127,9 @@ var availableTests = [
chrome.networkingPrivate.setCellularSimState(
kGuid, simState, callbackPass(callbackResult));
},
+ function getGlobalPolicy() {
+ chrome.networkingPrivate.getGlobalPolicy(callbackPass(callbackResult));
+ }
];
var testToRun = window.location.search.substring(1);

Powered by Google App Engine
This is Rietveld 408576698