// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/command_line.h" #include "chrome/browser/extensions/extension_apitest.h" #include "content/public/test/browser_test.h" namespace { // This should be consistent with // chrome/test/data/extensions/api_test/command_line/basics/test.js. const char kTestCommandLineSwitch[] = …; } // namespace class CommandLinePrivateApiTest : public extensions::ExtensionApiTest { … }; IN_PROC_BROWSER_TEST_F(CommandLinePrivateApiTest, Basics) { … }