summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_command_controller_unittest.cc
diff options
context:
space:
mode:
authorsriramsr <sriramsr@chromium.org>2014-12-12 18:53:42 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-13 02:54:27 +0000
commit49dd49512c7ee768231b5cca8a5ad475273a012b (patch)
tree7ad5ce6262a648f9e29895a733c058d0897f7640 /chrome/browser/ui/browser_command_controller_unittest.cc
parent3863a6181578b609db991e62fa7d4d11079fd1e4 (diff)
downloadchromium_src-49dd49512c7ee768231b5cca8a5ad475273a012b.zip
chromium_src-49dd49512c7ee768231b5cca8a5ad475273a012b.tar.gz
chromium_src-49dd49512c7ee768231b5cca8a5ad475273a012b.tar.bz2
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}
Diffstat (limited to 'chrome/browser/ui/browser_command_controller_unittest.cc')
-rw-r--r--chrome/browser/ui/browser_command_controller_unittest.cc2
1 files changed, 1 insertions, 1 deletions
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;
}