| Index: chrome/browser/extensions/extension_service_test_base.h
|
| diff --git a/chrome/browser/extensions/extension_service_test_base.h b/chrome/browser/extensions/extension_service_test_base.h
|
| index 2c631f04542bf82d09e33d5acb8a49b2afec802c..8ec7c2b2370def76c535e15e038651fb7a1e402a 100644
|
| --- a/chrome/browser/extensions/extension_service_test_base.h
|
| +++ b/chrome/browser/extensions/extension_service_test_base.h
|
| @@ -102,9 +102,6 @@ class ExtensionServiceTestBase : public testing::Test {
|
| // Initializes an ExtensionService without extensions enabled.
|
| void InitializeExtensionServiceWithExtensionsDisabled();
|
|
|
| - // Resets the browser thread bundle to one with |options|.
|
| - void ResetThreadBundle(int options);
|
| -
|
| // Helpers to check the existence and values of extension prefs.
|
| size_t GetPrefKeyCount();
|
| void ValidatePrefKeyCount(size_t count);
|
| @@ -164,9 +161,6 @@ class ExtensionServiceTestBase : public testing::Test {
|
| private:
|
| void CreateExtensionService(const ExtensionServiceInitParams& params);
|
|
|
| - // Whether or not the thread bundle was reset in the test.
|
| - bool did_reset_thread_bundle_;
|
| -
|
| // The directory into which extensions are installed.
|
| base::FilePath extensions_install_dir_;
|
|
|
|
|