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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ios/public/provider/chrome/browser/chrome_browser_provider.h" 5 #include "ios/public/provider/chrome/browser/chrome_browser_provider.h"
6 6
7 #include <cstddef> 7 #include <cstddef>
8 8
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "components/metrics/metrics_provider.h" 10 #include "components/metrics/metrics_provider.h"
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 99
100 UITextField<TextFieldStyling>* ChromeBrowserProvider::CreateStyledTextField( 100 UITextField<TextFieldStyling>* ChromeBrowserProvider::CreateStyledTextField(
101 CGRect frame) const { 101 CGRect frame) const {
102 return nil; 102 return nil;
103 } 103 }
104 104
105 id<AppRatingPrompt> ChromeBrowserProvider::CreateAppRatingPrompt() const { 105 id<AppRatingPrompt> ChromeBrowserProvider::CreateAppRatingPrompt() const {
106 return nil; 106 return nil;
107 } 107 }
108 108
109 void ChromeBrowserProvider::InitializeCastService(id main_tab_model) const {}
110
111 void ChromeBrowserProvider::AttachTabHelpers(web::WebState* web_state,
112 id tab) const {}
113
109 bool ChromeBrowserProvider::IsSafeBrowsingEnabled( 114 bool ChromeBrowserProvider::IsSafeBrowsingEnabled(
110 const base::Closure& on_update_callback) { 115 const base::Closure& on_update_callback) {
111 return false; 116 return false;
112 } 117 }
113 118
114 std::unique_ptr<sync_sessions::SyncedWindowDelegatesGetter> 119 std::unique_ptr<sync_sessions::SyncedWindowDelegatesGetter>
115 ChromeBrowserProvider::CreateSyncedWindowDelegatesGetter( 120 ChromeBrowserProvider::CreateSyncedWindowDelegatesGetter(
116 ios::ChromeBrowserState* browser_state) { 121 ios::ChromeBrowserState* browser_state) {
117 return nullptr; 122 return nullptr;
118 } 123 }
119 124
120 } // namespace ios 125 } // namespace ios
OLDNEW
« 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