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

Unified Diff: ios/public/provider/chrome/browser/chrome_browser_provider.mm

Issue 2396943002: Adds methods for Cast support to ios::ChromeBrowserProvider. (Closed)
Patch Set: TODO Created 4 years, 2 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
« no previous file with comments | « ios/public/provider/chrome/browser/chrome_browser_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/chrome_browser_provider.mm
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.mm b/ios/public/provider/chrome/browser/chrome_browser_provider.mm
index df6ca1f753ca9c84d07935416295b852b5213938..691be182ff13715ab0f04ba1300140c0e6f60910 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.mm
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.mm
@@ -106,6 +106,11 @@ id<AppRatingPrompt> ChromeBrowserProvider::CreateAppRatingPrompt() const {
return nil;
}
+void ChromeBrowserProvider::InitializeCastService(id main_tab_model) const {}
+
+void ChromeBrowserProvider::AttachTabHelpers(web::WebState* web_state,
+ id tab) const {}
+
bool ChromeBrowserProvider::IsSafeBrowsingEnabled(
const base::Closure& on_update_callback) {
return false;
« no previous file with comments | « ios/public/provider/chrome/browser/chrome_browser_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698