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

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

Issue 789403002: Rename fullscreen_exit_bubble_* to exclusive_access_bubble_* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated based on CR comments Created 6 years 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/fullscreen/fullscreen_controller_test.h
diff --git a/chrome/browser/ui/fullscreen/fullscreen_controller_test.h b/chrome/browser/ui/fullscreen/fullscreen_controller_test.h
index 19c6537096a5ed7ee29a4ace1e11b4ff47776358..916baec06d6e011540634a0ecb6a975c60514564 100644
--- a/chrome/browser/ui/fullscreen/fullscreen_controller_test.h
+++ b/chrome/browser/ui/fullscreen/fullscreen_controller_test.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_UI_FULLSCREEN_FULLSCREEN_CONTROLLER_TEST_H_
#include "chrome/browser/chrome_notification_types.h"
-#include "chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h"
+#include "chrome/browser/ui/fullscreen/exclusive_access_bubble_type.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "content/public/browser/notification_service.h"
#include "content/public/test/test_utils.h"
@@ -46,7 +46,7 @@ class FullscreenControllerTest : public InProcessBrowserTest {
bool IsWindowFullscreenForTabOrPending();
bool IsMouseLockPermissionRequested();
bool IsFullscreenPermissionRequested();
- FullscreenExitBubbleType GetFullscreenExitBubbleType();
+ ExclusiveAccessBubbleType GetExclusiveAccessBubbleType();
bool IsFullscreenBubbleDisplayed();
bool IsFullscreenBubbleDisplayingButtons();
void AcceptCurrentFullscreenOrMouseLockRequest();

Powered by Google App Engine
This is Rietveld 408576698