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

Unified Diff: ios/chrome/browser/infobars/infobar_manager_impl.cc

Issue 1471763004: Upstream changes made downstream to infobar_manager_impl.{cc,h}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « ios/chrome/browser/infobars/infobar_manager_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/infobars/infobar_manager_impl.cc
diff --git a/ios/chrome/browser/infobars/infobar_manager_impl.cc b/ios/chrome/browser/infobars/infobar_manager_impl.cc
index 68902557f8d616e3bd3b2d948a6e3c095b6ca3b1..551268b8b76de86ffe642a90c7943c841a8622cb 100644
--- a/ios/chrome/browser/infobars/infobar_manager_impl.cc
+++ b/ios/chrome/browser/infobars/infobar_manager_impl.cc
@@ -78,3 +78,8 @@ void InfoBarManagerImpl::WebStateDestroyed() {
// That was the equivalent of "delete this". This object is now destroyed;
// returning from this function is the only safe thing to do.
}
+
+void InfoBarManagerImpl::OpenURL(const GURL& url,
+ WindowOpenDisposition disposition) {
+ NOTIMPLEMENTED();
+}
« no previous file with comments | « ios/chrome/browser/infobars/infobar_manager_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698