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

Unified Diff: chrome/browser/extensions/api/bluetooth/bluetooth_private_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/bluetooth_private_apitest.cc
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_private_apitest.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_private_apitest.cc
index 6e0bc325b335b20ce7adc44fe062e9d7890f873b..3589aaf8e6186fc08e3e495e6e6b2bae60e4fa08 100644
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_private_apitest.cc
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_private_apitest.cc
@@ -61,7 +61,7 @@ class BluetoothPrivateApiTest : public ExtensionApiTest {
.WillByDefault(Return(true));
}
- virtual void CleanUpOnMainThread() OVERRIDE {}
+ virtual void TearDownOnMainThread() OVERRIDE {}
extensions::BluetoothEventRouter* event_router() {
return extensions::BluetoothAPI::Get(browser()->profile())

Powered by Google App Engine
This is Rietveld 408576698