Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / file_browser / permissions / background.js
blob6ca66004568596a2b77b6dd861bddc579d309c14
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 chrome.test.runTests([
6 function permissions() {
7 chrome.test.assertFalse(!!chrome.fileManagerPrivate);
8 chrome.test.succeed();
10 ]);