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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mus.cc

Issue 2397353002: Purge references of "Mojo Application" from comments & var names. (Closed)
Patch Set: 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 | « components/leveldb/env_mojo.cc ('k') | mojo/edk/embedder/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_mus.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_mus.cc b/content/browser/renderer_host/render_widget_host_view_mus.cc
index bc51e9a2073b8b2b9993ee5bbfea3b85eccae6f1..b095d70edad8ce950a91d00df22adfdf03cfbeb6 100644
--- a/content/browser/renderer_host/render_widget_host_view_mus.cc
+++ b/content/browser/renderer_host/render_widget_host_view_mus.cc
@@ -186,11 +186,11 @@ void RenderWidgetHostViewMus::SetIsLoading(bool is_loading) {
void RenderWidgetHostViewMus::TextInputStateChanged(
const TextInputState& params) {
- // TODO(fsamuel): Implement an IME mojo app.
+ // TODO(fsamuel): Implement an IME service.
}
void RenderWidgetHostViewMus::ImeCancelComposition() {
- // TODO(fsamuel): Implement an IME mojo app.
+ // TODO(fsamuel): Implement an IME service.
}
void RenderWidgetHostViewMus::ImeCompositionRangeChanged(
« no previous file with comments | « components/leveldb/env_mojo.cc ('k') | mojo/edk/embedder/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698