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

Unified Diff: chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h

Issue 709813004: Remove the deprecated function ExtensionService::extensions(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed thestig@'s comments. Created 6 years, 1 month 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/ui/fullscreen/fullscreen_exit_bubble_type.h
diff --git a/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h
index 885cc4f93dc3425b7a498bbc2f3533d913394cc7..d36d122b5ef8d9bb284816b8731e6ad54fbd4180 100644
--- a/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h
+++ b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h
@@ -8,7 +8,9 @@
#include "base/strings/string16.h"
#include "url/gurl.h"
-class ExtensionService;
+namespace extensions {
+class ExtensionRegistry;
+}
// Describes the contents of the fullscreen exit bubble.
// For example, if the user already agreed to fullscreen mode and the
@@ -36,7 +38,7 @@ namespace fullscreen_bubble {
base::string16 GetLabelTextForType(FullscreenExitBubbleType type,
const GURL& url,
- ExtensionService* extension_service);
+ extensions::ExtensionRegistry* registry);
base::string16 GetDenyButtonTextForType(FullscreenExitBubbleType type);
bool ShowButtonsForType(FullscreenExitBubbleType type);
void PermissionRequestedByType(FullscreenExitBubbleType type,
« no previous file with comments | « chrome/browser/ui/fullscreen/fullscreen_exit_bubble.cc ('k') | chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698