| Index: content/shell/shell_download_manager_delegate.h
 | 
| diff --git a/content/shell/shell_download_manager_delegate.h b/content/shell/shell_download_manager_delegate.h
 | 
| index e201025ad5492d7d3e1d06aab39bf78b74ccb6c0..acf215d568246523a0a749e1522306c3224f09fd 100644
 | 
| --- a/content/shell/shell_download_manager_delegate.h
 | 
| +++ b/content/shell/shell_download_manager_delegate.h
 | 
| @@ -25,7 +25,6 @@ class ShellDownloadManagerDelegate
 | 
|    virtual bool DetermineDownloadTarget(
 | 
|        DownloadItem* download,
 | 
|        const DownloadTargetCallback& callback) OVERRIDE;
 | 
| -  virtual void AddItemToPersistentStore(DownloadItem* item) OVERRIDE;
 | 
|  
 | 
|    // Inhibits prompting and sets the default download path.
 | 
|    void SetDownloadBehaviorForTesting(
 | 
| @@ -50,7 +49,6 @@ class ShellDownloadManagerDelegate
 | 
|    DownloadManager* download_manager_;
 | 
|    FilePath default_download_path_;
 | 
|    bool suppress_prompting_;
 | 
| -  int64 last_download_db_handle_;
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(ShellDownloadManagerDelegate);
 | 
|  };
 | 
| 
 |