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

Unified Diff: chrome/browser/ui/exclusive_access/exclusive_access_controller_base.h

Issue 2004353002: Delete unused code for exclusive access permission prompting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fullscreen-mac-remove-window-controller
Patch Set: Remove changes to content settings UI (spun out to CL 2045163002). 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: chrome/browser/ui/exclusive_access/exclusive_access_controller_base.h
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_controller_base.h b/chrome/browser/ui/exclusive_access/exclusive_access_controller_base.h
index 975c8c6f49ad2721586716581be308e8d78f92cb..1cf804faca75aa6a32f86c4854c2fa5b4521f7b7 100644
--- a/chrome/browser/ui/exclusive_access/exclusive_access_controller_base.h
+++ b/chrome/browser/ui/exclusive_access/exclusive_access_controller_base.h
@@ -42,16 +42,6 @@ class ExclusiveAccessControllerBase : public content::NotificationObserver {
// Called by Browser in response to call from ExclusiveAccessBubble.
virtual void ExitExclusiveAccessToPreviousState() = 0;
- // Called to indicate that the permission for this exclusive access has been
- // granted if requested. Returns true if the exit bubble content should be
- // updated.
- virtual bool OnAcceptExclusiveAccessPermission() = 0;
-
- // Called to indicate that the permission for the exclusive access has been
- // denied if requested. Returns true if the exit bubble content should be
- // updated.
- virtual bool OnDenyExclusiveAccessPermission() = 0;
-
// Called by ExclusiveAccessManager in response to calls from Browser.
virtual void OnTabDeactivated(content::WebContents* web_contents);
virtual void OnTabDetachedFromView(content::WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698