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

Unified Diff: components/profile_service/profile_service_impl.h

Issue 1737933002: mojo leveldb: Get profile and leveldb connected to DOMStorageContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove most of the LOGs. Created 4 years, 10 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: components/profile_service/profile_service_impl.h
diff --git a/components/profile_service/profile_service_impl.h b/components/profile_service/profile_service_impl.h
index 72f7ce8c6fc24004a31adbdf275bc52d0587af8f..edf45c2e35bcec740e3ce3f111176ea265bc71e1 100644
--- a/components/profile_service/profile_service_impl.h
+++ b/components/profile_service/profile_service_impl.h
@@ -29,7 +29,8 @@ class ProfileServiceImpl : public ProfileService {
// Overridden from ProfileService:
void GetDirectory(
- mojo::InterfaceRequest<filesystem::Directory> request) override;
+ mojo::InterfaceRequest<filesystem::Directory> request,
+ const GetDirectoryCallback& callback) override;
private:
mojo::StrongBinding<ProfileService> binding_;

Powered by Google App Engine
This is Rietveld 408576698