Index: chrome/browser/geolocation/geolocation_permission_context_unittest.cc |
diff --git a/chrome/browser/geolocation/geolocation_permission_context_unittest.cc b/chrome/browser/geolocation/geolocation_permission_context_unittest.cc |
index 282a808928adc7823d816b2a8a4ac551b22c6589..51fc3129d4637fed54fef216046da7803b35933a 100644 |
--- a/chrome/browser/geolocation/geolocation_permission_context_unittest.cc |
+++ b/chrome/browser/geolocation/geolocation_permission_context_unittest.cc |
@@ -25,6 +25,7 @@ |
#include "components/content_settings/core/common/permission_request_id.h" |
#include "components/infobars/core/confirm_infobar_delegate.h" |
#include "components/infobars/core/infobar.h" |
+#include "components/infobars/test/test_confirm_infobar_delegate_factory.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/navigation_details.h" |
#include "content/public/browser/notification_observer.h" |
@@ -136,6 +137,7 @@ class GeolocationPermissionContextTests |
GeolocationPermissionContext* geolocation_permission_context_; |
ClosedInfoBarTracker closed_infobar_tracker_; |
ScopedVector<content::WebContents> extra_tabs_; |
+ TestConfirmInfoBarDelegateFactory confirm_info_bar_delegate_factory_; |
Michael van Ouwerkerk
2014/12/17 19:23:43
Why is this needed? It appears to be unused.
sdefresne
2014/12/18 14:48:59
The TestConfirmInfoBarDelegateFactory used to do w
|
// A map between renderer child id and a pair represending the bridge id and |
// whether the requested permission was allowed. |