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

Unified Diff: services/catalog/reader.cc

Issue 1916183004: Eliminate support for V0 manifests, migrate all to V1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@explicit
Patch Set: . Created 4 years, 8 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 | « services/catalog/entry.cc ('k') | services/shell/runner/child/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/reader.cc
diff --git a/services/catalog/reader.cc b/services/catalog/reader.cc
index e97857551cf687108f0992e07da1a1a0bf0dea9e..954809fef7ed358807f222f29504cc63532c690e 100644
--- a/services/catalog/reader.cc
+++ b/services/catalog/reader.cc
@@ -183,7 +183,6 @@ void Reader::CreateEntryForName(
base::Bind(&ReadManifest, system_package_dir_, mojo_name),
base::Bind(&Reader::OnReadManifest, weak_factory_.GetWeakPtr(),
cache, entry_created_callback));
-
}
}
« no previous file with comments | « services/catalog/entry.cc ('k') | services/shell/runner/child/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698