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

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

Issue 2593103002: Remove ChromeBrowserProvider::SetUIViewAlphaWithAnimation(). (Closed)
Patch Set: Restore #include removed by mistake. 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
« 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 fe21f61d477bce921aa4632d0d0fc8ac65d8afe2..d2303cfad5b875f6fad916ce73a41fbd722502e9 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.mm
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.mm
@@ -62,9 +62,6 @@ std::string ChromeBrowserProvider::GetDistributionBrandCode() {
return std::string();
}
-void ChromeBrowserProvider::SetUIViewAlphaWithAnimation(UIView* view,
- float alpha) {}
-
autofill::CardUnmaskPromptView*
ChromeBrowserProvider::CreateCardUnmaskPromptView(
autofill::CardUnmaskPromptController* controller) {
« 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