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

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

Issue 903683005: Always prompt for permission on fullscreen and mouse lock on file:// URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak unit test Created 5 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_bubble.h
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h b/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
index 41f5c2884f8a5d807d51122b811af0c93b976f6f..d7654abdb973af213299a17571aaa49826cabfbe 100644
--- a/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
+++ b/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
@@ -80,9 +80,9 @@ class ExclusiveAccessBubble : public gfx::AnimationDelegate {
// The following strings may change according to the content type and URL.
base::string16 GetCurrentMessageText() const;
base::string16 GetCurrentDenyButtonText() const;
+ base::string16 GetCurrentAllowButtonText() const;
// The following strings never change.
- base::string16 GetAllowButtonText() const;
base::string16 GetInstructionText() const;
// The browser this bubble is in.

Powered by Google App Engine
This is Rietveld 408576698