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

Unified Diff: chrome/browser/ui/exclusive_access/fullscreen_controller_state_test.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/fullscreen_controller_state_test.h
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller_state_test.h b/chrome/browser/ui/exclusive_access/fullscreen_controller_state_test.h
index bd6f52cbda5b02aced24014839e1dbc4895395c6..caf85f00d8da868d6dd1d97dea01b31c06afbb40 100644
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller_state_test.h
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller_state_test.h
@@ -37,8 +37,6 @@ class FullscreenControllerStateTest {
TAB_FULLSCREEN_TRUE, // ToggleFullscreenModeForTab(, true)
TAB_FULLSCREEN_FALSE, // ToggleFullscreenModeForTab(, false)
BUBBLE_EXIT_LINK, // ExitTabOrBrowserFullscreenToPreviousState()
- BUBBLE_ALLOW, // OnAcceptFullscreenPermission()
- BUBBLE_DENY, // OnDenyFullscreenPermission()
WINDOW_CHANGE, // ChangeWindowFullscreenState()
NUM_EVENTS,
EVENT_INVALID,

Powered by Google App Engine
This is Rietveld 408576698