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

Unified Diff: blimp/client/core/context/android/blimp_client_context_impl_android.h

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: nits and sync to head 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
Index: blimp/client/core/context/android/blimp_client_context_impl_android.h
diff --git a/blimp/client/core/context/android/blimp_client_context_impl_android.h b/blimp/client/core/context/android/blimp_client_context_impl_android.h
index a17d0467d5ce17fe6b6269e764bb0b28111bb8ad..6153f2f43727bcf3722f7411a1d949121c3b80eb 100644
--- a/blimp/client/core/context/android/blimp_client_context_impl_android.h
+++ b/blimp/client/core/context/android/blimp_client_context_impl_android.h
@@ -30,7 +30,8 @@ class BlimpClientContextImplAndroid : public BlimpClientContextImpl {
explicit BlimpClientContextImplAndroid(
scoped_refptr<base::SingleThreadTaskRunner> io_thread_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> file_thread_task_runner,
- std::unique_ptr<CompositorDependencies> compositor_dependencies);
+ std::unique_ptr<CompositorDependencies> compositor_dependencies,
+ PrefService* local_state);
~BlimpClientContextImplAndroid() override;
base::android::ScopedJavaLocalRef<jobject> GetJavaObject();
« no previous file with comments | « blimp/client/core/context/BUILD.gn ('k') | blimp/client/core/context/android/blimp_client_context_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698