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

Unified Diff: chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_apitest.cc

Issue 366813007: Removed InProcessBrowserTest::CleanUpOnMainThread() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed superfluous override. Created 6 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/browser/extensions/api/bluetooth_socket/bluetooth_socket_apitest.cc
diff --git a/chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_apitest.cc b/chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_apitest.cc
index 1a829ada2949bfdb39d5585aa6758b1776acc3c9..186fb3891beb5b73d85e90c8321d20ea02078e4d 100644
--- a/chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_apitest.cc
+++ b/chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_apitest.cc
@@ -45,10 +45,6 @@ class BluetoothSocketApiTest : public ExtensionApiTest {
SetUpMockAdapter();
}
- virtual void CleanUpOnMainThread() OVERRIDE {
- ExtensionApiTest::CleanUpOnMainThread();
- }
-
void SetUpMockAdapter() {
// The browser will clean this up when it is torn down.
mock_adapter_ = new testing::StrictMock<MockBluetoothAdapter>();

Powered by Google App Engine
This is Rietveld 408576698