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

Unified Diff: chrome/browser/component_updater/subresource_filter_component_installer.h

Issue 2844063002: Add support for multiple simultaneous subresource_filter::Configurations. (Closed)
Patch Set: Rebase. 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/component_updater/subresource_filter_component_installer.h
diff --git a/chrome/browser/component_updater/subresource_filter_component_installer.h b/chrome/browser/component_updater/subresource_filter_component_installer.h
index 5b293455641ef3345532461e0e1822e6b9de77b9..a20506b8bef2a01eb04fc05eacde4ad83e712a4e 100644
--- a/chrome/browser/component_updater/subresource_filter_component_installer.h
+++ b/chrome/browser/component_updater/subresource_filter_component_installer.h
@@ -9,6 +9,7 @@
#include <string>
#include <vector>
+#include "base/gtest_prod_util.h"
#include "components/component_updater/default_component_installer.h"
namespace base {
@@ -31,6 +32,8 @@ class SubresourceFilterComponentInstallerTraits
private:
friend class SubresourceFilterComponentInstallerTest;
+ FRIEND_TEST_ALL_PREFIXES(SubresourceFilterComponentInstallerTest,
+ InstallerTag);
static std::string GetInstallerTag();

Powered by Google App Engine
This is Rietveld 408576698