| Index: chrome/browser/extensions/extension_browsertest.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_browsertest.h (revision 29395)
|
| +++ chrome/browser/extensions/extension_browsertest.h (working copy)
|
| @@ -38,6 +38,8 @@
|
| return InstallOrUpdateExtension(id, path, expected_change);
|
| }
|
|
|
| + void ReloadExtension(const std::string& extension_id);
|
| +
|
| void UnloadExtension(const std::string& extension_id);
|
|
|
| void UninstallExtension(const std::string& extension_id);
|
|
|