Add the ability to code generated prepopulated static nested structs
[chromium-blink-merge.git] / extensions / renderer / resources / guest_view / extension_view / extension_view_constants.js
blobb8f09699f4df66ccd179b586a60e8bc56f1fe38a
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // This module contains constants used in extensionview.
7 // Container for the extensionview constants.
8 var ExtensionViewConstants = {
9   // Attributes.
10   ATTRIBUTE_EXTENSION: 'extension',
11   ATTRIBUTE_SRC: 'src',
14 exports.ExtensionViewConstants = $Object.freeze(ExtensionViewConstants);