// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "extensions/browser/extension_util.h" #include "extensions/common/extension.h" #include "extensions/common/manifest_handlers/incognito_info.h" #include "extensions/common/manifest_test.h" namespace extensions { IncognitoManifestTest; TEST_F(IncognitoManifestTest, IncognitoNotAllowed) { … } TEST_F(IncognitoManifestTest, IncognitoSpanning) { … } TEST_F(IncognitoManifestTest, IncognitoSplit) { … } TEST_F(IncognitoManifestTest, IncognitoUnspecified) { … } } // namespace extensions