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

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

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
Index: ios/public/provider/chrome/browser/chrome_browser_provider.h
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.h b/ios/public/provider/chrome/browser/chrome_browser_provider.h
index 47e43edc3db6b1d7e7475a0610235964b1d7723f..10cbea56950b586bc4777edf4dd80520e72b9930 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -94,8 +94,6 @@ class ChromeBrowserProvider {
virtual std::string DataReductionProxyAvailability();
// Returns the distribution brand code.
virtual std::string GetDistributionBrandCode();
- // Sets the alpha property of an UIView with an animation.
- virtual void SetUIViewAlphaWithAnimation(UIView* view, float alpha);
// Returns an instance of a CardUnmaskPromptView used to unmask Wallet cards.
// The view is responsible for its own lifetime.
virtual autofill::CardUnmaskPromptView* CreateCardUnmaskPromptView(
« no previous file with comments | « ios/chrome/browser/infobars/infobar_container_ios.mm ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698