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

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

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 | « no previous file | ios/chrome/browser/infobars/infobar_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/infobars/infobar_manager_impl.h
diff --git a/ios/chrome/browser/infobars/infobar_manager_impl.h b/ios/chrome/browser/infobars/infobar_manager_impl.h
index a9ee0dc433adc37bd78897d66e821cbef627ee50..48d265b3af99478bc8c076e75958a40896e7287a 100644
--- a/ios/chrome/browser/infobars/infobar_manager_impl.h
+++ b/ios/chrome/browser/infobars/infobar_manager_impl.h
@@ -46,6 +46,9 @@ class InfoBarManagerImpl : public infobars::InfoBarManager,
const web::LoadCommittedDetails& load_details) override;
void WebStateDestroyed() override;
+ // Opens a URL according to the specified |disposition|.
+ void OpenURL(const GURL& url, WindowOpenDisposition disposition) override;
+
DISALLOW_COPY_AND_ASSIGN(InfoBarManagerImpl);
};
« no previous file with comments | « no previous file | ios/chrome/browser/infobars/infobar_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698