| Index: chrome/browser/sync/test/integration/extensions_helper.h
|
| diff --git a/chrome/browser/sync/test/integration/extensions_helper.h b/chrome/browser/sync/test/integration/extensions_helper.h
|
| index 20f95d6e4304e694a5eac62455bb08b11be7ce7a..2590084aa90d5e8c156076430d6b9c43a779ca82 100644
|
| --- a/chrome/browser/sync/test/integration/extensions_helper.h
|
| +++ b/chrome/browser/sync/test/integration/extensions_helper.h
|
| @@ -32,6 +32,10 @@ bool AllProfilesHaveSameExtensions() WARN_UNUSED_RESULT;
|
| // extension ID of the new extension.
|
| std::string InstallExtension(Profile* profile, int index);
|
|
|
| +// Installs the extension for the given index to all profiles (including the
|
| +// verifier), and returns the extension ID of the new extension.
|
| +std::string InstallExtensionForAllProfiles(int index);
|
| +
|
| // Uninstalls the extension for the given index from |profile|. Assumes that
|
| // it was previously installed.
|
| void UninstallExtension(Profile* profile, int index);
|
|
|