chromium/chrome/common/extensions/sync_type_unittest.cc

// 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 <utility>

#include "base/files/file_path.h"
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
#include "chrome/common/extensions/sync_helper.h"
#include "extensions/common/extension.h"
#include "extensions/common/manifest.h"
#include "extensions/common/manifest_constants.h"
#include "extensions/common/manifest_handlers/app_display_info.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace extensions {

keys;
errors;

class ExtensionSyncTypeTest : public testing::Test {};

const char ExtensionSyncTypeTest::kValidUpdateUrl1[] =;
const char ExtensionSyncTypeTest::kValidUpdateUrl2[] =;

TEST_F(ExtensionSyncTypeTest, NormalExtensionNoUpdateUrl) {}

TEST_F(ExtensionSyncTypeTest, UserScriptValidUpdateUrl) {}

TEST_F(ExtensionSyncTypeTest, UserScriptNoUpdateUrl) {}

TEST_F(ExtensionSyncTypeTest, ThemeNoUpdateUrl) {}

TEST_F(ExtensionSyncTypeTest, AppWithLaunchUrl) {}

TEST_F(ExtensionSyncTypeTest, ExtensionExternal) {}

TEST_F(ExtensionSyncTypeTest, UserScriptThirdPartyUpdateUrl) {}

TEST_F(ExtensionSyncTypeTest, OnlyDisplayAppsInLauncher) {}

TEST_F(ExtensionSyncTypeTest, DisplayInXManifestProperties) {}

TEST_F(ExtensionSyncTypeTest, OnlySyncInternal) {}

TEST_F(ExtensionSyncTypeTest, DontSyncDefault) {}

}  // namespace extensions