| Index: content/child/quota_dispatcher.h
 | 
| diff --git a/content/child/quota_dispatcher.h b/content/child/quota_dispatcher.h
 | 
| index f4111e6245fb3840cdce96bf5e61dad34b356f38..cd4bdea20d653b99e214cc30c7d65450f3a3455b 100644
 | 
| --- a/content/child/quota_dispatcher.h
 | 
| +++ b/content/child/quota_dispatcher.h
 | 
| @@ -66,6 +66,9 @@ class QuotaDispatcher : public WorkerTaskRunner::Observer {
 | 
|                             storage::StorageType type,
 | 
|                             uint64 requested_size,
 | 
|                             Callback* callback);
 | 
| +  void RequestDurability(int render_view_id,
 | 
| +                         const GURL& gurl,
 | 
| +                         Callback* callback);
 | 
|  
 | 
|    // Creates a new Callback instance for WebStorageQuotaCallbacks.
 | 
|    static Callback* CreateWebStorageQuotaCallbacksWrapper(
 | 
| 
 |