Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Side by Side Diff: components/arc/common/app_discovery_result.mojom

Issue 2929273002: Add the Play Store app search to the launcher. (Closed)
Patch Set: Return a list of app search results at once. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 201y 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
5 module arc.mojom;
6
7 // Represents a Play Store app discovery result.
8 struct AppDiscoveryResult {
Luis Héctor Chávez 2017/06/15 15:37:25 It's probably better to have this be in app.mojom.
Jiaquan He 2017/06/15 19:23:31 Done.
9 string launch_intent_uri;
10 string install_intent_uri;
11 string label;
12 bool is_instant_app;
13 bool is_recent;
14 string publisher_name;
15 array<uint8> icon_png_data;
16 };
OLDNEW
« components/arc/common/app.mojom ('K') | « components/arc/common/app.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698