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

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

Issue 1763653002: Android: Remove the prompt when entering fullscreen mode (behind flag). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fullscreen-two-words
Patch Set: Do not base off string changes CL. Created 4 years, 10 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/exclusive_access_manager.h
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_manager.h b/chrome/browser/ui/exclusive_access/exclusive_access_manager.h
index 0a91afe647a324b5b3b048ca56d1e284ea7d6f14..15332cb921d9007634ab35702712ea6883285241 100644
--- a/chrome/browser/ui/exclusive_access/exclusive_access_manager.h
+++ b/chrome/browser/ui/exclusive_access/exclusive_access_manager.h
@@ -27,10 +27,6 @@ class WebContents;
// the exit bubble to reflect the combined state.
class ExclusiveAccessManager {
public:
- // A new user experience for transitioning into fullscreen and mouse pointer
- // lock states.
- static const base::Feature kSimplifiedUIFeature;
-
explicit ExclusiveAccessManager(
ExclusiveAccessContext* exclusive_access_context);
~ExclusiveAccessManager();

Powered by Google App Engine
This is Rietveld 408576698