Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3500)

Unified Diff: chrome/browser/extensions/extension_service_test_base.h

Issue 2863023002: Get rid of ExtensionServiceTestBase::ResetThreadBundle (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698