| Index: extensions/common/test_util.h
|
| diff --git a/extensions/common/test_util.h b/extensions/common/test_util.h
|
| index 862c469c1c6ef3dae361e60ea1815d4aa669d5cb..4eb4d2e2d3718daf3847c93a49fb09394af7b953 100644
|
| --- a/extensions/common/test_util.h
|
| +++ b/extensions/common/test_util.h
|
| @@ -22,8 +22,9 @@ ExtensionBuilder& BuildExtension(ExtensionBuilder& builder);
|
| // before running it.
|
| scoped_refptr<Extension> CreateEmptyExtension();
|
|
|
| -// Return a very simple extension with a given |id|.
|
| -scoped_refptr<Extension> CreateExtensionWithID(const std::string& id);
|
| +// Create an extension with a variable |id|, for tests that require multiple
|
| +// extensions side-by-side having distinct IDs.
|
| +scoped_refptr<Extension> CreateEmptyExtension(const std::string& id);
|
|
|
| } // namespace test_util
|
| } // namespace extensions
|
|
|