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

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

Issue 647083003: Reinstall the hotword shared module on a lanuage change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split common extension condition into function. Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/search/hotword_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1f0cd4bf1ff6e875bdc29fc4f76597d84e7010b7..bd24766eda397c82c50b1c53d35e376c860922e0 100644
--- a/chrome/browser/extensions/extension_service_test_base.h
+++ b/chrome/browser/extensions/extension_service_test_base.h
@@ -53,13 +53,16 @@ class ExtensionServiceTestBase : public testing::Test {
ExtensionServiceInitParams();
};
+ // Public because parameterized test cases need it to be, or else the compiler
+ // barfs.
+ static void SetUpTestCase(); // faux-verride (static override).
+
protected:
ExtensionServiceTestBase();
virtual ~ExtensionServiceTestBase();
// testing::Test implementation.
virtual void SetUp() override;
- static void SetUpTestCase(); // faux-verride (static override).
// Create a set of InitParams to install an ExtensionService into |temp_dir_|.
ExtensionServiceInitParams CreateDefaultInitParams();
« no previous file with comments | « no previous file | chrome/browser/search/hotword_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698