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

Unified Diff: chrome/browser/chromeos/arc/test/arc_data_removed_waiter.h

Issue 2720303002: Do nothing on OnSessionStopped if ARC is being restarted. (Closed)
Patch Set: Get rid of ArcSessionObserver Created 3 years, 10 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/chromeos/arc/test/arc_data_removed_waiter.h
diff --git a/chrome/browser/chromeos/arc/test/arc_data_removed_waiter.h b/chrome/browser/chromeos/arc/test/arc_data_removed_waiter.h
index 2dfd804df94cb74659b425f19e305f35a49466f3..8531682ab12b907b7c90414d074181234e5cea14 100644
--- a/chrome/browser/chromeos/arc/test/arc_data_removed_waiter.h
+++ b/chrome/browser/chromeos/arc/test/arc_data_removed_waiter.h
@@ -20,7 +20,7 @@ namespace arc {
class ArcDataRemovedWaiter : public ArcSessionManager::Observer {
public:
ArcDataRemovedWaiter();
- ~ArcDataRemovedWaiter() override;
+ ~ArcDataRemovedWaiter();
// Waits until ARC data is removed. Waiting is end once ArcSessionManager
// sends OnArcDataRemoved notification.

Powered by Google App Engine
This is Rietveld 408576698