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

Unified Diff: chrome/browser/ui/website_settings/mock_permission_bubble_view.h

Issue 2081103002: Rename PermissionBubbleManager to PermissionRequestManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 4 years, 5 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/ui/website_settings/mock_permission_bubble_view.h
diff --git a/chrome/browser/ui/website_settings/mock_permission_bubble_view.h b/chrome/browser/ui/website_settings/mock_permission_bubble_view.h
index 2a27f997eeaf452cbf8ed5a3da75d8bf1b6e7a38..dd29f8b744888535c85efa368afe7c241e1a567a 100644
--- a/chrome/browser/ui/website_settings/mock_permission_bubble_view.h
+++ b/chrome/browser/ui/website_settings/mock_permission_bubble_view.h
@@ -8,7 +8,7 @@
#include "chrome/browser/ui/website_settings/permission_bubble_view.h"
class MockPermissionBubbleFactory;
-class PermissionBubbleManager;
+class PermissionRequestManager;
// Provides a skeleton class for unit and browser testing when trying to test
// the bubble manager logic. Should not be used for anything that requires
@@ -32,10 +32,10 @@ class MockPermissionBubbleView : public PermissionBubbleView {
friend class MockPermissionBubbleFactory;
MockPermissionBubbleView(MockPermissionBubbleFactory* factory,
- PermissionBubbleManager* manager);
+ PermissionRequestManager* manager);
MockPermissionBubbleFactory* factory_;
- PermissionBubbleManager* manager_;
+ PermissionRequestManager* manager_;
bool can_update_ui_;
bool is_visible_;
};

Powered by Google App Engine
This is Rietveld 408576698