| Index: net/ssl/default_channel_id_store.cc
|
| diff --git a/net/ssl/default_channel_id_store.cc b/net/ssl/default_channel_id_store.cc
|
| index 72c283a30a9e31895565d291fb608e4363a2b4fa..094e71b3fa63483d4cb2ec4d7359d3168021f65b 100644
|
| --- a/net/ssl/default_channel_id_store.cc
|
| +++ b/net/ssl/default_channel_id_store.cc
|
| @@ -280,6 +280,10 @@ void DefaultChannelIDStore::GetAllChannelIDs(
|
| RunOrEnqueueTask(std::unique_ptr<Task>(new GetAllChannelIDsTask(callback)));
|
| }
|
|
|
| +void DefaultChannelIDStore::Flush() {
|
| + store_->Flush();
|
| +}
|
| +
|
| int DefaultChannelIDStore::GetChannelIDCount() {
|
| DCHECK(CalledOnValidThread());
|
|
|
|
|