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

Unified Diff: components/leveldb/env_mojo.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 | « base/i18n/icu_util.h ('k') | content/browser/renderer_host/render_widget_host_view_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/env_mojo.cc
diff --git a/components/leveldb/env_mojo.cc b/components/leveldb/env_mojo.cc
index 4c0629a9c677e6337f97edbde27d4aee691f0b33..9f183d94100d636036650c123d67ad76623bc295 100644
--- a/components/leveldb/env_mojo.cc
+++ b/components/leveldb/env_mojo.cc
@@ -359,9 +359,9 @@ Status MojoEnv::UnlockFile(FileLock* lock) {
Status MojoEnv::GetTestDirectory(std::string* path) {
// TODO(erg): This method is actually only used from the test harness in
- // leveldb. And when we go and port that test stuff to a mojo apptest, we
- // probably won't use it since the mojo filesystem actually handles temporary
- // filesystems just fine.
+ // leveldb. And when we go and port that test stuff to a shell::ServiceTest,
+ // we probably won't use it since the mojo filesystem actually handles
+ // temporary filesystems just fine.
NOTREACHED();
return Status::OK();
}
« no previous file with comments | « base/i18n/icu_util.h ('k') | content/browser/renderer_host/render_widget_host_view_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698