| Index: chrome/install_static/test/scoped_install_details.h
|
| diff --git a/chrome/install_static/test/scoped_install_details.h b/chrome/install_static/test/scoped_install_details.h
|
| index 0fa0c28afd71f1cfa9e541d53ecffb37dd6c4349..1fc54cdbc1c2fc42b1560a4b1b5e4666236fb47f 100644
|
| --- a/chrome/install_static/test/scoped_install_details.h
|
| +++ b/chrome/install_static/test/scoped_install_details.h
|
| @@ -20,6 +20,7 @@ class ScopedInstallDetails {
|
| // Installs an InstallDetails instance that will report the install as being
|
| // at |system_level| and of mode |install_mode_index| (an InstallConstantIndex
|
| // value) of the current brand; see ../install_modes.h for details.
|
| + // TODO(grt): replace bool and int with more obvious types (e.g., enum).
|
| explicit ScopedInstallDetails(bool system_level = false,
|
| int install_mode_index = 0);
|
| ~ScopedInstallDetails();
|
|
|