summaryrefslogtreecommitdiff
path: root/chromium/extensions/renderer/resources/guest_view/extension_options/extension_options_constants.js
blob: c4d9692aff2cab73bba7982cc8f0fc1cf3e709c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2015 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.

// This module contains constants used in extensionoptions.

// Container for the extensionview constants.
var ExtensionOptionsConstants = {
  // Attributes.
  ATTRIBUTE_EXTENSION: 'extension'
};

exports.$set('ExtensionOptionsConstants',
             $Object.freeze(ExtensionOptionsConstants));