This file is indexed.

/usr/lib/chromium-browser/remoting/remoting.webapp.v2/background.html is in chromium-browser 49.0.2623.108-0ubuntu1.1233.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<!--
Copyright (c) 2013 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.
-->

<html>
  <head>
    <meta charset="utf-8">
    <script src="activation_handler.js"></script>
    <script src="app_launcher.js"></script>
    <script src="background.js"></script>
    <script src="base.js"></script>
    <script src="chromoting_event.js"></script>
    <script src="error.js"></script>
    <script src="host_installer.js"></script>
    <script src="host_session.js"></script>
    <script src="identity.js"></script>
    <script src="ipc.js"></script>
    <script src="it2me_host_facade.js"></script>
    <script src="l10n.js"></script>
    <script src="oauth2.js"></script>
    <script src="oauth2_api.js"></script>
    <script src="oauth2_api_impl.js"></script>
    <script src="platform.js"></script>
    <script src="plugin_settings.js"></script>
    <script src="telemetry_event_writer.js"></script>
    <script src="typecheck.js"></script>
    <script src="xhr.js"></script>
    <script src="xhr_event_writer.js"></script>
  </head>
  <body>
  </body>
</html>