1 // Copyright 2015 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 #include "chrome/browser/extensions/extension_apitest.h"
7 class ResourcesPrivateApiTest
: public ExtensionApiTest
{
9 ResourcesPrivateApiTest() {}
12 DISALLOW_COPY_AND_ASSIGN(ResourcesPrivateApiTest
);
15 IN_PROC_BROWSER_TEST_F(ResourcesPrivateApiTest
, GetStrings
) {
16 ASSERT_TRUE(RunComponentExtensionTest("resources_private/get_strings"));