| Index: chrome/installer/setup/install.h
|
| diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h
|
| index 370c51e46053630e40da6a52718d530d760139e7..306d6a2a464271975a853afdfcf016d1c8c8a57f 100644
|
| --- a/chrome/installer/setup/install.h
|
| +++ b/chrome/installer/setup/install.h
|
| @@ -23,6 +23,12 @@ class InstallationState;
|
| class InstallerState;
|
| class MasterPreferences;
|
|
|
| +// Creates VisualElementsManifest.xml beside chrome.exe in |src_path| if
|
| +// |src_path|\VisualElements exists.
|
| +// Returns true unless the manifest is supposed to be created, but fails to be.
|
| +bool CreateVisualElementsManifest(const FilePath& src_path,
|
| + const Version& version);
|
| +
|
| // This function installs or updates a new version of Chrome. It returns
|
| // install status (failed, new_install, updated etc).
|
| //
|
|
|