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

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

Issue 10559071: Exit mouse lock or fullscreen on navigation and reload. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback addressed. Created 8 years, 6 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/fullscreen_controller_test.h
diff --git a/chrome/browser/ui/fullscreen_controller_test.h b/chrome/browser/ui/fullscreen_controller_test.h
index fd309a4535670924946b6f6a441c2390ecd19fae..1bad0f5df16d003290a725d1f7dd2a0b377a63c6 100644
--- a/chrome/browser/ui/fullscreen_controller_test.h
+++ b/chrome/browser/ui/fullscreen_controller_test.h
@@ -58,6 +58,7 @@ class FullscreenControllerTest : public InProcessBrowserTest {
void AddTabAtIndexAndWait(int index, const GURL& url,
content::PageTransition transition);
void GoBack();
+ void Reload();
static const char kFullscreenMouseLockHTML[];
private:
DISALLOW_COPY_AND_ASSIGN(FullscreenControllerTest);

Powered by Google App Engine
This is Rietveld 408576698