| Index: chrome/test/data/extensions/api_test/networking_config/api_availability.js
|
| diff --git a/chrome/test/data/extensions/api_test/networking_config/api_availability.js b/chrome/test/data/extensions/api_test/networking_config/api_availability.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ca2867bf4eb4983a07ba2786cd7a8bbceae9c928
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/networking_config/api_availability.js
|
| @@ -0,0 +1,11 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +chrome.test.assertFalse(!chrome.networking.config,
|
| + "No networking_config namespace.");
|
| +chrome.test.assertFalse(!chrome.networking.config.setNetworkFilter,
|
| + "No setNetworkFilter function.");
|
| +chrome.test.assertFalse(!chrome.networking.config.finishAuthentication,
|
| + "No finishAuthentication function.");
|
| +chrome.test.succeed();
|
|
|