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

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

Issue 1471783002: Provider API for UpdatableConfig (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/public/test/test_chrome_browser_provider.h » ('j') | 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 84d57f1c1108fc9bc036163c38d5c38ae7307825..64e9a7360d451c48277c3328ae006d19f8ba046a 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.cc
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.cc
@@ -60,6 +60,11 @@ ChromeBrowserProvider::GetUpdatableResourceProvider() {
return nullptr;
}
+UpdatableResourceProvider*
+ChromeBrowserProvider::GetUpdatableResourceProvider() {
+ return nullptr;
+}
droger 2015/11/23 16:00:46 This function is duplicated above.
sdefresne 2015/11/23 16:52:38 Thank you for pointing this out. Fixed.
+
ChromeBrowserStateManager*
ChromeBrowserProvider::GetChromeBrowserStateManager() {
return nullptr;
« no previous file with comments | « no previous file | ios/public/test/test_chrome_browser_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698