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

Unified Diff: extensions/browser/extensions_browser_client.h

Issue 2077723002: [Extensions] Short-circuit activity logging if not enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Test Created 4 years, 6 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: extensions/browser/extensions_browser_client.h
diff --git a/extensions/browser/extensions_browser_client.h b/extensions/browser/extensions_browser_client.h
index 66a6ce526e3431eb790be624d33b010ad874ceae..36ca246b2363d02dc1d2972dcde3ca7bb9d8c070 100644
--- a/extensions/browser/extensions_browser_client.h
+++ b/extensions/browser/extensions_browser_client.h
@@ -44,7 +44,6 @@ class UpdateClient;
namespace extensions {
-class ApiActivityMonitor;
class ComponentExtensionResourceManager;
class Extension;
class ExtensionCache;
@@ -177,11 +176,6 @@ class ExtensionsBrowserClient {
// Return true if the user is logged in as a public session.
virtual bool IsLoggedInAsPublicAccount() = 0;
- // Returns the embedder's ApiActivityMonitor for |context|. Returns NULL if
- // the embedder does not monitor extension API activity.
- virtual ApiActivityMonitor* GetApiActivityMonitor(
- content::BrowserContext* context) = 0;
-
// Returns the factory that provides an ExtensionSystem to be returned from
// ExtensionSystem::Get.
virtual ExtensionSystemProvider* GetExtensionSystemFactory() = 0;
« no previous file with comments | « extensions/browser/extension_function_dispatcher.cc ('k') | extensions/browser/test_extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698