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

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

Issue 1664193002: Upstream ChromeBrowserStateManagerImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@upstream-chrome-browser-state-impl
Patch Set: Address comments Created 4 years, 10 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.cc
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.cc b/ios/public/provider/chrome/browser/chrome_browser_provider.cc
index 277c0dcb4b243f520f8cab362d86f34b05c5762e..3254f1fa0f115c6d1695ebbfa3859b390927c754 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.cc
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.cc
@@ -9,7 +9,6 @@
#include "base/logging.h"
#include "components/metrics/metrics_provider.h"
#include "components/sync_sessions/synced_window_delegates_getter.h"
-#include "ios/public/provider/chrome/browser/browser_state/chrome_browser_state_manager.h"
namespace ios {
@@ -46,11 +45,6 @@ ChromeBrowserProvider::GetUpdatableResourceProvider() {
return nullptr;
}
-scoped_ptr<ChromeBrowserStateManager>
-ChromeBrowserProvider::CreateChromeBrowserStateManager() {
- return scoped_ptr<ChromeBrowserStateManager>();
-}
-
InfoBarViewPlaceholder ChromeBrowserProvider::CreateInfoBarView(
CGRect frame,
InfoBarViewDelegate* delegate) {
« 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