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

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

Issue 2850403002: Fix crash under ExclusiveAccessBubbleViews::AnimationProgressed(). (Closed)
Patch Set: respond to comments Created 3 years, 7 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_test.h
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h b/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
index ccf86e7b4355e95e6adf8719704fcb9e9a19058d..daab66705274babd5972ad7b668e62d49c06248d 100644
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
@@ -51,6 +51,8 @@ class FullscreenControllerTest : public InProcessBrowserTest {
void GoBack();
void Reload();
void SetPrivilegedFullscreen(bool is_privileged);
+ void EnterActiveTabFullscreen();
+
static const char kFullscreenMouseLockHTML[];
FullscreenController* GetFullscreenController();
ExclusiveAccessManager* GetExclusiveAccessManager();

Powered by Google App Engine
This is Rietveld 408576698