| Index: chrome/browser/extensions/extension_browsertest.h
|
| diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
|
| index 943bdd42c3aa2829f36b7b1a12eb4c2b08249876..5e2b882b7a3036069fcad8c9ef0e9b22381d9169 100644
|
| --- a/chrome/browser/extensions/extension_browsertest.h
|
| +++ b/chrome/browser/extensions/extension_browsertest.h
|
| @@ -56,6 +56,7 @@ class ExtensionBrowserTest
|
| bool loaded_;
|
| bool installed_;
|
| FilePath test_data_dir_;
|
| + std::string last_loaded_extension_id_;
|
|
|
| private:
|
| bool InstallOrUpdateExtension(const std::string& id, const FilePath& path,
|
|
|