Add the ability to code generated prepopulated static nested structs
[chromium-blink-merge.git] / extensions / renderer / resources / guest_view / extension_options / extension_options_constants.js
blobf9b29aeccd7cab99547b5b5eba10d7c034dfdf9c
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 extensionoptions.
7 // Container for the extensionview constants.
8 var ExtensionOptionsConstants = {
9   // Attributes.
10   ATTRIBUTE_EXTENSION: 'extension'
13 exports.ExtensionOptionsConstants = $Object.freeze(ExtensionOptionsConstants);