| Index: chrome/browser/net/quota_policy_channel_id_store.cc
|
| diff --git a/chrome/browser/net/quota_policy_channel_id_store.cc b/chrome/browser/net/quota_policy_channel_id_store.cc
|
| index 22d587080aa33ae521e9dedb5401bcb8921d5ef2..a1d5b1c81c647853a3f37abc3a3dddb65e85a5e1 100644
|
| --- a/chrome/browser/net/quota_policy_channel_id_store.cc
|
| +++ b/chrome/browser/net/quota_policy_channel_id_store.cc
|
| @@ -62,6 +62,10 @@ void QuotaPolicyChannelIDStore::DeleteChannelID(
|
| persistent_store_->DeleteChannelID(channel_id);
|
| }
|
|
|
| +void QuotaPolicyChannelIDStore::Flush() {
|
| + persistent_store_->Flush();
|
| +}
|
| +
|
| void QuotaPolicyChannelIDStore::SetForceKeepSessionState() {
|
| special_storage_policy_ = NULL;
|
| }
|
|
|