Skip to content

Commit

Permalink
Fix conflict version in intent_helper.mojom
Browse files Browse the repository at this point in the history
Bug: b/144062362
Test: None
Change-Id: I6398d88a7d10809a9b360ace6538aa564c64012a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913945
Auto-Submit: Wei Lee <wtlee@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Reviewed-by: Robert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714909}
  • Loading branch information
Wei Lee authored and Commit Bot committed Nov 13, 2019
1 parent 9caecfc commit 222d1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/arc/mojom/intent_helper.mojom
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Next MinVersion: 33
// Next MinVersion: 34

module arc.mojom;

Expand Down Expand Up @@ -267,7 +267,7 @@ interface IntentHelperHost {
[MinVersion=31] CloseCameraApp@14();

// Checks if given chrome app is enabled.
[MinVersion=32] IsChromeAppEnabled@15(ChromeApp app) => (bool is_enabled);
[MinVersion=33] IsChromeAppEnabled@15(ChromeApp app) => (bool is_enabled);
};

// Sends intents to ARC on behalf of Chrome.
Expand Down

0 comments on commit 222d1e6

Please sign in to comment.