Bumping manifests a=b2g-bump
[gecko.git] / dom / plugins / ipc / PluginTypes.ipdlh
blob77de2c7a35f8bf20ef1728e429f09233a31965e6
1 /* -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 8 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this
4  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 namespace mozilla {
7 namespace plugins {
9 struct PluginTag
11   uint32_t id;
12   nsCString name;
13   nsCString description;
14   nsCString[] mimeTypes;
15   nsCString[] mimeDescriptions;
16   nsCString[] extensions;
17   bool isJavaPlugin;
18   bool isFlashPlugin;
19   nsCString filename;
20   nsCString version;
21   int64_t lastModifiedTime;
22   bool isFromExtension;
25 union PluginIdentifier
27   nsCString;
28   int32_t;
31 } // namespace plugins
32 } // namespace mozilla