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

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

Issue 5535002: Decouple killbit testing from external extension providers (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: update Created 10 years 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/external_registry_extension_provider_win.h
diff --git a/chrome/browser/extensions/external_registry_extension_provider_win.h b/chrome/browser/extensions/external_registry_extension_provider_win.h
index bb601062884b0abeae8756d1a4f238f3b9af4a8a..34899ae05f828e15837f037885437b5546fa40e4 100644
--- a/chrome/browser/extensions/external_registry_extension_provider_win.h
+++ b/chrome/browser/extensions/external_registry_extension_provider_win.h
@@ -6,9 +6,6 @@
#define CHROME_BROWSER_EXTENSIONS_EXTERNAL_REGISTRY_EXTENSION_PROVIDER_WIN_H_
#pragma once
-#include <set>
-#include <string>
-
#include "chrome/browser/extensions/external_extension_provider.h"
class Version;
@@ -21,8 +18,7 @@ class ExternalRegistryExtensionProvider : public ExternalExtensionProvider {
virtual ~ExternalRegistryExtensionProvider();
// ExternalExtensionProvider implementation:
- virtual void VisitRegisteredExtension(
- Visitor* visitor, const std::set<std::string>& ids_to_ignore) const;
+ virtual void VisitRegisteredExtension(Visitor* visitor) const;
virtual bool HasExtension(const std::string& id) const;

Powered by Google App Engine
This is Rietveld 408576698