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

Unified Diff: chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/identity_service/common.aidl

Issue 2974573002: Refactor WebApkServiceConnectionManager. (Closed)
Patch Set: Clean up. Created 3 years, 5 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: chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/identity_service/common.aidl
diff --git a/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/identity_service/common.aidl b/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/identity_service/common.aidl
new file mode 100644
index 0000000000000000000000000000000000000000..ab8402047fb4f9c9ed9c2a59340a02f8d805c5f2
--- /dev/null
+++ b/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/identity_service/common.aidl
@@ -0,0 +1,5 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+interface org.chromium.webapk.lib.common.identity_service.IIdentityServiceApi;

Powered by Google App Engine
This is Rietveld 408576698