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

Unified Diff: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json

Issue 2453313004: Convert FieldTrialActivated to use mojo. (Closed)
Patch Set: Convert FieldTrialActivated to use mojo. Created 4 years 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 | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
diff --git a/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json b/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
index d4ebfec9c86ad8f72b016a97e05bdc16ba200d77..a8b8dc471177c76429f45edfbd6c71044b4b083e 100644
--- a/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
+++ b/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
@@ -12,7 +12,10 @@
"ash": [
"app_list::mojom::AppListPresenter"
],
- "ime:ime_driver": [ "ui::mojom::IMEDriver" ]
+ "ime:ime_driver": [ "ui::mojom::IMEDriver" ],
+ "renderer": [
Ken Rockot(use gerrit already) 2016/12/01 17:29:47 this is redundant, please don't add it. this overl
nigeltao1 2016/12/04 01:24:01 Done.
+ "chrome::mojom::FieldTrialRecorder"
+ ]
},
"requires": {
"accessibility_autoclick": [ "ash:autoclick" ],
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698