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

Unified Diff: chrome/browser/ui/views/permission_bubble/permission_prompt_impl.h

Issue 2917323002: Remove the Allow/Block drop-down from grouped permission requests (Closed)
Patch Set: Remove the Allow/Block drop-down from grouped permission requests Created 3 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/permission_bubble/permission_prompt_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/permission_bubble/permission_prompt_impl.h
diff --git a/chrome/browser/ui/views/permission_bubble/permission_prompt_impl.h b/chrome/browser/ui/views/permission_bubble/permission_prompt_impl.h
index a6c017a15b5a4572db5a16394a2d6b5f787caf18..3c1140c75d91dd43a79c8ac3790fb7bcfe1eb964 100644
--- a/chrome/browser/ui/views/permission_bubble/permission_prompt_impl.h
+++ b/chrome/browser/ui/views/permission_bubble/permission_prompt_impl.h
@@ -20,7 +20,6 @@ class View;
class Browser;
class PermissionsBubbleDialogDelegateView;
-class Profile;
class PermissionPromptImpl : public PermissionPrompt {
public:
@@ -42,8 +41,6 @@ class PermissionPromptImpl : public PermissionPrompt {
void Accept();
void Deny();
- Profile* GetProfile();
-
private:
// These three functions have separate implementations for Views-based and
// Cocoa-based browsers, to allow this bubble to be used in either.
« no previous file with comments | « no previous file | chrome/browser/ui/views/permission_bubble/permission_prompt_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698