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

Unified Diff: chrome/app/generated_resources.grd

Issue 2740683003: Add chrome://flags entry for MojoLoading (Closed)
Patch Set: fix Created 3 years, 9 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index a295f4af58d61bb82457068c9d965f634d64d776..92027215a56628681038e21c473cc25ffebb12a4 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14990,6 +14990,12 @@ read aloud to screenreader users to announce that a completion is available.">
Enable ChromeVox screen reader features in ARC
</message>
</if>
+ <message name="IDS_FLAGS_MOJO_LOADING_NAME" desc="Title for the flag to enable Mojo IPC for resource loading" translateable="false">
+ Use Mojo IPC for resource loading
+ </message>
+ <message name="IDS_FLAGS_MOJO_LOADING_DESCRIPTION" desc="Description for the flag to enable Mojo IPC for resource loading" translateable="false">
+ Use Mojo IPC instead of traditional Chrome IPC for resource loading.
+ </message>
</messages>
</release>
</grit>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698