blob: cc85c777189038f15876b7070ef21ad43bbcd4ed [file] [log] [blame]
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/common/chrome_view_types.h"
namespace chrome {
const char* const ViewType::kTabContents = "TAB";
const char* const ViewType::kBackgroundPage = "BACKGROUND";
const char* const ViewType::kPopup = "POPUP";
const char* const ViewType::kInfobar = "INFOBAR";
const char* const ViewType::kNotification = "NOTIFICATION";
const char* const ViewType::kExtensionDialog = "EXTENSION_DIALOG";
const char* const ViewType::kAll = "ALL";
} // namespace chrome