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

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

Issue 176053002: [WebsiteSettings] Change permission bubble API to adapt to new mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add multi-download bubble changes. Created 6 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/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 cf236ba77ec543d2de24261ac9907655a06549b5..f9b46325bd3bd4a49d36a13c5fd807bc903ab3a7 100644
--- a/chrome/browser/download/download_request_limiter_unittest.cc
+++ b/chrome/browser/download/download_request_limiter_unittest.cc
@@ -45,6 +45,8 @@ class FakePermissionBubbleView : public PermissionBubbleView {
const std::vector<bool>& accept_state,
bool customization_mode) OVERRIDE;
+ virtual bool CanAcceptRequestUpdate() OVERRIDE { return false; }
+
virtual void Hide() OVERRIDE {}
private:

Powered by Google App Engine
This is Rietveld 408576698