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

Unified Diff: blimp/engine/browser_tests/test_client_session.cc

Issue 2620213004: Remove all blimp browsertests. (Closed)
Patch Set: Created 3 years, 11 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/engine/browser_tests/test_client_session.cc
diff --git a/blimp/engine/browser_tests/test_client_session.cc b/blimp/engine/browser_tests/test_client_session.cc
deleted file mode 100644
index a1cafcec9334bd8d58f0f739687ec4f3bd15438c..0000000000000000000000000000000000000000
--- a/blimp/engine/browser_tests/test_client_session.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2016 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.
-
-#include "blimp/engine/browser_tests/test_client_session.h"
-
-namespace blimp {
-namespace client {
-namespace {
-// Assigner is not actually used in this test.
-const char kAssignerUrl[] = "http://www.assigner.test/";
-} // namespace
-
-TestClientSession::TestClientSession()
- : client::BlimpClientSession(GURL(kAssignerUrl)) {}
-
-TestClientSession::~TestClientSession() {}
-
-} // namespace client
-} // namespace blimp
« no previous file with comments | « blimp/engine/browser_tests/test_client_session.h ('k') | blimp/engine/browser_tests/waitable_content_pump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698