blob: c32174b14c2cb42299eca0475991c8f539da7654 [file] [log] [blame]
// Copyright (c) 2010 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/view_types.h"
const char* ViewType::kTabContents = "TAB";
const char* ViewType::kToolstrip = "TOOLSTRIP";
const char* ViewType::kMole = "MOLE";
const char* ViewType::kBackgroundPage = "BACKGROUND";
const char* ViewType::kPopup = "POPUP";
const char* ViewType::kInfobar = "INFOBAR";
const char* ViewType::kNotification = "NOTIFICATION";
const char* ViewType::kAll = "ALL";