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

Unified Diff: mojo/edk/system/core_test_base.h

Issue 1585493002: [mojo] Ports EDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: mojo/edk/system/core_test_base.h
diff --git a/mojo/edk/system/core_test_base.h b/mojo/edk/system/core_test_base.h
index 254b60c9c4cce95ebe221c49b9c13e5c0086223c..37d78d0180a699b75a5dcf5ef28c48630e42f55d 100644
--- a/mojo/edk/system/core_test_base.h
+++ b/mojo/edk/system/core_test_base.h
@@ -59,7 +59,6 @@ class CoreTestBase_MockHandleInfo {
unsigned GetEndReadDataCallCount() const;
unsigned GetAddAwakableCallCount() const;
unsigned GetRemoveAwakableCallCount() const;
- unsigned GetCancelAllAwakablesCallCount() const;
size_t GetAddedAwakableSize() const;
Awakable* GetAddedAwakableAt(unsigned i) const;
@@ -78,7 +77,6 @@ class CoreTestBase_MockHandleInfo {
void IncrementEndReadDataCallCount();
void IncrementAddAwakableCallCount();
void IncrementRemoveAwakableCallCount();
- void IncrementCancelAllAwakablesCallCount();
void AllowAddAwakable(bool alllow);
bool IsAddAwakableAllowed() const;
@@ -99,7 +97,6 @@ class CoreTestBase_MockHandleInfo {
unsigned end_read_data_call_count_;
unsigned add_awakable_call_count_;
unsigned remove_awakable_call_count_;
- unsigned cancel_all_awakables_call_count_;
bool add_awakable_allowed_;
std::vector<Awakable*> added_awakables_;

Powered by Google App Engine
This is Rietveld 408576698