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

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

Issue 2123653006: Rename PermissionBubbleRequest to PermissionRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_manager_rename
Patch Set: Fix missed file 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
« no previous file with comments | « chrome/browser/ui/website_settings/permission_bubble_request.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/website_settings/permission_bubble_view.h
diff --git a/chrome/browser/ui/website_settings/permission_bubble_view.h b/chrome/browser/ui/website_settings/permission_bubble_view.h
index 15afc8fba8126d1e6d480aa13925159b7bb607d4..2beeacbbde2ddbc2151ebba1691dcf3e84e3d3db 100644
--- a/chrome/browser/ui/website_settings/permission_bubble_view.h
+++ b/chrome/browser/ui/website_settings/permission_bubble_view.h
@@ -13,7 +13,7 @@
class Browser;
class PermissionRequestManager;
-class PermissionBubbleRequest;
+class PermissionRequest;
// This class is the platform-independent interface through which the permission
// bubble managers (which are one per tab) communicate to the UI surface.
@@ -50,7 +50,7 @@ class PermissionBubbleView {
// Important: the view must not store any of the request objects it receives
// in this call.
virtual void Show(
- const std::vector<PermissionBubbleRequest*>& requests,
+ const std::vector<PermissionRequest*>& requests,
const std::vector<bool>& accept_state) = 0;
// Returns true if the view can accept a new Show() command to coalesce
« no previous file with comments | « chrome/browser/ui/website_settings/permission_bubble_request.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698