summaryrefslogtreecommitdiff
path: root/chromium/content/browser/process_internals/process_internals.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/process_internals/process_internals.mojom')
-rw-r--r--chromium/content/browser/process_internals/process_internals.mojom5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/content/browser/process_internals/process_internals.mojom b/chromium/content/browser/process_internals/process_internals.mojom
index da65f0ffb15..d8fe8594f2d 100644
--- a/chromium/content/browser/process_internals/process_internals.mojom
+++ b/chromium/content/browser/process_internals/process_internals.mojom
@@ -11,7 +11,6 @@ interface ProcessInternalsHandler {
// Returns a string containing the currently active isolation modes.
GetIsolationMode() => (string mode);
- // Returns a list of isolated origins in their serialized to string
- // format. This avoids duplicating serialization code to JavaScript.
- GetIsolatedOrigins() => (array<string> isolated_origins);
+ // Returns the number of isolated origins.
+ GetIsolatedOriginsSize() => (uint32 size);
};