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/downstream_chromium_browser_provider.h

Issue 2593993002: Remove ChromeBrowserProvider::GetLiveTabContextProvider() method. (Closed)
Patch Set: Rebase and fix "gn check". Created 3 years, 12 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
Index: ios/chrome/browser/downstream_chromium_browser_provider.h
diff --git a/ios/chrome/browser/downstream_chromium_browser_provider.h b/ios/chrome/browser/downstream_chromium_browser_provider.h
index 32ec14fac6256374c909cf09ee0c86226dccf41c..5ec2f17cac825027494a600f75cf9b736f010130 100644
--- a/ios/chrome/browser/downstream_chromium_browser_provider.h
+++ b/ios/chrome/browser/downstream_chromium_browser_provider.h
@@ -19,7 +19,6 @@ class DownstreamChromiumBrowserProvider : public ChromiumBrowserProvider {
// ChromeBrowserProvider implementations. All of these will move upstream
// into ChromiumBrowserProvider eventually, and from there callers will be
// converted to not go through the provider API at all.
- ios::LiveTabContextProvider* GetLiveTabContextProvider() override;
void SetUIViewAlphaWithAnimation(UIView* view, float alpha) override;
autofill::CardUnmaskPromptView* CreateCardUnmaskPromptView(
autofill::CardUnmaskPromptController* controller) override;
@@ -33,9 +32,6 @@ class DownstreamChromiumBrowserProvider : public ChromiumBrowserProvider {
CreateSyncedWindowDelegatesGetter(
ios::ChromeBrowserState* browser_state) override;
- std::unique_ptr<ios::LiveTabContextProvider>
- tab_restore_service_delegate_provider_;
-
DISALLOW_COPY_AND_ASSIGN(DownstreamChromiumBrowserProvider);
};
« no previous file with comments | « ios/chrome/browser/crash_report/BUILD.gn ('k') | ios/chrome/browser/downstream_chromium_browser_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698