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

Unified Diff: chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.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_bubble_type.h
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.h b/chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.h
index c8fba8eee040b6f7c2a6adea19d1eb2e2ed75141..4e9b0cba763a7019a98a2bb1ede6b40d73694b5d 100644
--- a/chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.h
+++ b/chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.h
@@ -22,9 +22,6 @@ enum ExclusiveAccessBubbleType {
// For tab fullscreen mode.
// More comments about tab and browser fullscreen mode can be found in
// chrome/browser/ui/exclusive_access/fullscreen_controller.h.
- EXCLUSIVE_ACCESS_BUBBLE_TYPE_FULLSCREEN_BUTTONS,
- EXCLUSIVE_ACCESS_BUBBLE_TYPE_FULLSCREEN_MOUSELOCK_BUTTONS,
- EXCLUSIVE_ACCESS_BUBBLE_TYPE_MOUSELOCK_BUTTONS,
EXCLUSIVE_ACCESS_BUBBLE_TYPE_FULLSCREEN_EXIT_INSTRUCTION,
EXCLUSIVE_ACCESS_BUBBLE_TYPE_FULLSCREEN_MOUSELOCK_EXIT_INSTRUCTION,
EXCLUSIVE_ACCESS_BUBBLE_TYPE_MOUSELOCK_EXIT_INSTRUCTION,
@@ -53,10 +50,6 @@ base::string16 GetAllowButtonTextForType(ExclusiveAccessBubbleType type,
// |accelerator| is the name of the key to exit fullscreen mode.
base::string16 GetInstructionTextForType(ExclusiveAccessBubbleType type,
const base::string16& accelerator);
-bool ShowButtonsForType(ExclusiveAccessBubbleType type);
-void PermissionRequestedByType(ExclusiveAccessBubbleType type,
- bool* tab_fullscreen,
- bool* mouse_lock);
} // namespace exclusive_access_bubble

Powered by Google App Engine
This is Rietveld 408576698