| Index: chrome/browser/component_updater/pnacl/pnacl_component_installer.h
|
| diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
|
| index ffcc3535c07abd0184396b6edd93d81256a96b70..765b860fee09d9f37d9ba7be74e61baeb36ac6c7 100644
|
| --- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
|
| +++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CHROME_BROWSER_COMPONENT_UPDATER_PNACL_PNACL_COMPONENT_INSTALLER_H_
|
| #define CHROME_BROWSER_COMPONENT_UPDATER_PNACL_PNACL_COMPONENT_INSTALLER_H_
|
|
|
| +class CommandLine;
|
| class ComponentUpdateService;
|
| class Version;
|
|
|
| @@ -13,7 +14,8 @@ class DictionaryValue;
|
| }
|
|
|
| // Component update registration for Portable Native Client.
|
| -void RegisterPnaclComponent(ComponentUpdateService* cus);
|
| +void RegisterPnaclComponent(ComponentUpdateService* cus,
|
| + const CommandLine& command_line);
|
|
|
| // Returns true if this browser is compatible with the given Pnacl component
|
| // manifest, with the version specified in the manifest in |version_out|.
|
|
|