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

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

Issue 836933005: Refactor fullscreen_controller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to TOT Created 5 years, 11 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 59928b2dcc47ebace61ca879c4eb4a3d8ee0d722..039a0162cb86463fd5743966e4c4f98891388105 100644
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
@@ -7,6 +7,7 @@
#include "chrome/browser/chrome_notification_types.h"
#include "chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.h"
+#include "chrome/browser/ui/exclusive_access/fullscreen_controller.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "content/public/browser/notification_service.h"
#include "content/public/test/test_utils.h"
@@ -55,6 +56,9 @@ class FullscreenControllerTest : public InProcessBrowserTest {
void Reload();
void SetPrivilegedFullscreen(bool is_privileged);
static const char kFullscreenMouseLockHTML[];
+ FullscreenController* GetFullscreenController();
+ ExclusiveAccessManager* GetExclusiveAccessManager();
+
private:
void ToggleTabFullscreen_Internal(bool enter_fullscreen,
bool retry_until_success);

Powered by Google App Engine
This is Rietveld 408576698