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

Unified Diff: services/shell/tests/connect/connect_test_class_app.cc

Issue 1910043002: Provide capability classes from Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: services/shell/tests/connect/connect_test_class_app.cc
diff --git a/services/shell/tests/connect/connect_test_class_app.cc b/services/shell/tests/connect/connect_test_class_app.cc
index d64d38b369294d791a50cb2b320843ef5017938c..8aec2aac213f6686f26c1deb1f90426aa7648676 100644
--- a/services/shell/tests/connect/connect_test_class_app.cc
+++ b/services/shell/tests/connect/connect_test_class_app.cc
@@ -37,7 +37,6 @@ class ConnectTestClassApp
identity_ = identity;
}
bool AcceptConnection(Connection* connection) override {
- CHECK(connection->HasCapabilityClass("class"));
connection->AddInterface<test::mojom::ConnectTestService>(this);
connection->AddInterface<test::mojom::ClassInterface>(this);
inbound_connections_.insert(connection);

Powered by Google App Engine
This is Rietveld 408576698