sandbox_status_extension_android.mojom 431 B

123456789101112
  1. // Copyright 2017 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.
  4. module chrome.mojom;
  5. // Messages sent from browser to the renderer
  6. interface SandboxStatusExtension {
  7. // Sent when navigating to chrome://sandbox on Android to add
  8. // a JavaScript function querying the current sandbox status.
  9. AddSandboxStatusExtension();
  10. };