From 49dd49512c7ee768231b5cca8a5ad475273a012b Mon Sep 17 00:00:00 2001 From: sriramsr Date: Fri, 12 Dec 2014 18:53:42 -0800 Subject: Fullscreen exit bubble is actually used to control both mouse lock and fullscreen. Addition of keyboard lock would make it the third behavior requiring some clean-up. This is part 1 of the refactor and contains just renames. Also the difference from the original CL is that I have reverted rename of fullscreen_controller in lieu of doing it when I actually move the functionality and using exclusive_access_* instead of lock_exit. BUG=166928 Review URL: https://codereview.chromium.org/789403002 Cr-Commit-Position: refs/heads/master@{#308231} --- chrome/browser/ui/browser_command_controller_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/ui/browser_command_controller_unittest.cc') diff --git a/chrome/browser/ui/browser_command_controller_unittest.cc b/chrome/browser/ui/browser_command_controller_unittest.cc index cf77f5f..6204b0b 100644 --- a/chrome/browser/ui/browser_command_controller_unittest.cc +++ b/chrome/browser/ui/browser_command_controller_unittest.cc @@ -312,7 +312,7 @@ class FullscreenTestBrowserWindow : public TestBrowserWindow { bool ShouldHideUIForFullscreen() const override { return fullscreen_; } bool IsFullscreen() const override { return fullscreen_; } void EnterFullscreen(const GURL& url, - FullscreenExitBubbleType type, + ExclusiveAccessBubbleType type, bool with_toolbar) override { fullscreen_ = true; } -- cgit v1.1