| Index: chrome/browser/extensions/pending_extension_manager.h
 | 
| diff --git a/chrome/browser/extensions/pending_extension_manager.h b/chrome/browser/extensions/pending_extension_manager.h
 | 
| index 96dfa6e55ded73a37e60109da515d362fb7f5c49..bf2e1fc74c178686687f5d1fef9e0213b1b1db41 100644
 | 
| --- a/chrome/browser/extensions/pending_extension_manager.h
 | 
| +++ b/chrome/browser/extensions/pending_extension_manager.h
 | 
| @@ -84,7 +84,8 @@ class PendingExtensionManager {
 | 
|        const std::string& id,
 | 
|        const GURL& update_url,
 | 
|        PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install,
 | 
| -      bool install_silently);
 | 
| +      bool install_silently,
 | 
| +      bool remote_install);
 | 
|  
 | 
|    // Adds an extension that was depended on by another extension.
 | 
|    bool AddFromExtensionImport(
 | 
| @@ -132,7 +133,8 @@ class PendingExtensionManager {
 | 
|        bool install_silently,
 | 
|        Manifest::Location install_source,
 | 
|        int creation_flags,
 | 
| -      bool mark_acknowledged);
 | 
| +      bool mark_acknowledged,
 | 
| +      bool remote_install);
 | 
|  
 | 
|    // Add a pending extension record directly.  Used for unit tests that need
 | 
|    // to set an inital state. Use friendship to allow the tests to call this
 | 
| 
 |