| Index: components/version_ui/version.mojom
|
| diff --git a/components/version_ui/version.mojom b/components/version_ui/version.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8f4798637c3ddf4d764dbc362ce879882de38051
|
| --- /dev/null
|
| +++ b/components/version_ui/version.mojom
|
| @@ -0,0 +1,16 @@
|
| +// 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.
|
| +
|
| +module mojom;
|
| +
|
| +interface VersionPageHandler {
|
| + GetFilePaths() => (string execPath, string profilePath);
|
| + GetFlashVersion() => (string flashVersion);
|
| + GetVariations() => (array<string> variations);
|
| +
|
| +// if defined(OS_CHROMEOS)
|
| + GetOsVersion() => (string osVersion);
|
| + GetArcVersion() => (string arcVersion);
|
| +// endif // defined(OS_CHROMEOS)
|
| +};
|
|
|