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

Unified Diff: content/browser/indexed_db/manifest.json

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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
Index: content/browser/indexed_db/manifest.json
diff --git a/content/browser/indexed_db/manifest.json b/content/browser/indexed_db/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..4dae0b3bb79d27221c3a2a1f934c22e9f5356350
--- /dev/null
+++ b/content/browser/indexed_db/manifest.json
@@ -0,0 +1,5 @@
+{
+ "name": "mojo:indexed_db",
+ "display_name": "Indexed DB Service",
+ "capabilities": { "*": ["*"] }
+}
« no previous file with comments | « content/browser/indexed_db/indexed_db_unittest.cc ('k') | content/browser/indexed_db/mock_callback_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698