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

Unified Diff: chrome/browser/download/download_request_limiter_unittest.cc

Issue 390503003: Enables permission bubbles to remain visible during fulscreen on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 6 years, 5 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/download/download_request_limiter_unittest.cc
diff --git a/chrome/browser/download/download_request_limiter_unittest.cc b/chrome/browser/download/download_request_limiter_unittest.cc
index 299906fee3af35d5cf81ad2269dca95c8cd24275..0619044d537fadf1b322798e14d75892a5aaac27 100644
--- a/chrome/browser/download/download_request_limiter_unittest.cc
+++ b/chrome/browser/download/download_request_limiter_unittest.cc
@@ -48,6 +48,7 @@ class FakePermissionBubbleView : public PermissionBubbleView {
virtual bool CanAcceptRequestUpdate() OVERRIDE { return false; }
virtual void Hide() OVERRIDE {}
+ virtual bool IsVisible() OVERRIDE { return false; }
private:
DownloadRequestLimiterTest* test_;

Powered by Google App Engine
This is Rietveld 408576698