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

Unified Diff: components/arc/arc_bridge_service_unittest.cc

Issue 1466143002: arc-bridge: Enable ARC with a command-line flag (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Fixed ChromeOS builds Created 5 years, 1 month 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: components/arc/arc_bridge_service_unittest.cc
diff --git a/components/arc/arc_bridge_service_unittest.cc b/components/arc/arc_bridge_service_unittest.cc
index 3e14fbb1d1c91f11d6b786d5d8f9b8c923ab7aca..5b765cafd926a23312b8d6451ae1c3da483564ee 100644
--- a/components/arc/arc_bridge_service_unittest.cc
+++ b/components/arc/arc_bridge_service_unittest.cc
@@ -68,7 +68,7 @@ class ArcBridgeTest : public testing::Test, public ArcBridgeService::Observer {
}
}
- void OnInstanceBootPhase(InstanceBootPhase boot_phase) {
+ void OnInstanceBootPhase(InstanceBootPhase boot_phase) override {
elijahtaylor (use chromium) 2015/11/23 18:01:04 ?
Luis Héctor Chávez 2015/11/23 18:02:46 Same as the other unrelated fix: build breakage th
boot_phase_ = boot_phase;
}

Powered by Google App Engine
This is Rietveld 408576698