Commit 08937cd4 authored by timidger's avatar timidger Committed by Commit Bot

Added minimum version to DisableExtensions method in chrome_prompt.mojom

Without the minium version flag the Chrome Cleanup Tool will try to use this method even when it's not available on older versions of Chrome.

R=joenotcharles@google.com

Change-Id: I67846a30dca37f66f87a0ac04f1c687c739c4723
Reviewed-on: https://chromium-review.googlesource.com/c/1255571
Commit-Queue: Preston Carpenter <timidger@google.com>
Reviewed-by: default avatarWill Harris <wfh@chromium.org>
Reviewed-by: default avatarJoe Mason <joenotcharles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595915}
parent 6f3e135d
...@@ -65,5 +65,6 @@ interface ChromePrompt { ...@@ -65,5 +65,6 @@ interface ChromePrompt {
// returned. // returned.
// Returns: // Returns:
// - success: indicates if the extension removal was successful. // - success: indicates if the extension removal was successful.
DisableExtensions(array<ExtensionId> extension_ids) => (bool success); [MinVersion=2] DisableExtensions(array<ExtensionId> extension_ids)
=> (bool success);
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment