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

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

Issue 5535002: Decouple killbit testing from external extension providers (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: improve comments 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/extensions_service.h
diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
index c8310392643e35d80b1080ea538ff231283f4a68..9b720510dbcbdd771ef9a33d901e390a1c5826a5 100644
--- a/chrome/browser/extensions/extensions_service.h
+++ b/chrome/browser/extensions/extensions_service.h
@@ -7,7 +7,6 @@
#pragma once
#include <map>
-#include <set>
#include <string>
#include <vector>
@@ -446,6 +445,7 @@ class ExtensionsService
private:
friend class BrowserThread;
friend class DeleteTask<ExtensionsService>;
+ FRIEND_TEST_ALL_PREFIXES(ExtensionManagementTest, ExternalUrlUpdate);
// Contains Extension data that can change during the life of the process,
// but does not persist across restarts.

Powered by Google App Engine
This is Rietveld 408576698