chromium/chrome/test/data/extensions/api_test/webrtc_logging_private/no_get_logs_directory_permissions/test.js

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

chrome.test.assertFalse(!!chrome.webrtcLoggingPrivate.getLogsDirectory);
chrome.test.succeed();