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

Unified Diff: mash/public/interfaces/launchable.mojom

Issue 2428173002: mash: Remove app_driver. (Closed)
Patch Set: Rebase to ToT Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mash/public/interfaces/OWNERS ('k') | mash/session/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/public/interfaces/launchable.mojom
diff --git a/mash/public/interfaces/launchable.mojom b/mash/public/interfaces/launchable.mojom
index 240bd5d911cd0ff0231a730f804e3e4019c33325..c54c06c7452e8e77b629758f2414d0a8af7b4629 100644
--- a/mash/public/interfaces/launchable.mojom
+++ b/mash/public/interfaces/launchable.mojom
@@ -5,8 +5,7 @@
module mash.mojom;
const uint32 kWindow = 1;
-const uint32 kDocument = 2;
-const uint32 kIncognitoWindow = 3;
+const uint32 kIncognitoWindow = 2;
enum LaunchMode {
DEFAULT,
« no previous file with comments | « mash/public/interfaces/OWNERS ('k') | mash/session/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698