Commit b7792005 authored by edchin's avatar edchin Committed by Commit Bot

[ios] Remove old LRU Snapshot Cache flag

Bug: 751553
Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs
Change-Id: Iaa724ae915ccb81347a7f82c41de47f64697eeee
Reviewed-on: https://chromium-review.googlesource.com/c/1257791Reviewed-by: default avataredchin <edchin@chromium.org>
Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#596249}
parent 1ffb820e
...@@ -39,9 +39,6 @@ std::string GetOriginServerHost(); ...@@ -39,9 +39,6 @@ std::string GetOriginServerHost();
// If |WHATS_NEW_DEFAULT| is returned, no promo is force enabled. // If |WHATS_NEW_DEFAULT| is returned, no promo is force enabled.
WhatsNewPromoStatus GetWhatsNewPromoStatus(); WhatsNewPromoStatus GetWhatsNewPromoStatus();
// Whether the lru snapshot cache experiment is enabled.
bool IsLRUSnapshotCacheEnabled();
// Whether memory debugging tools are enabled. // Whether memory debugging tools are enabled.
bool IsMemoryDebuggingEnabled(); bool IsMemoryDebuggingEnabled();
......
...@@ -80,11 +80,6 @@ WhatsNewPromoStatus GetWhatsNewPromoStatus() { ...@@ -80,11 +80,6 @@ WhatsNewPromoStatus GetWhatsNewPromoStatus() {
return static_cast<WhatsNewPromoStatus>(status); return static_cast<WhatsNewPromoStatus>(status);
} }
bool IsLRUSnapshotCacheEnabled() {
// TODO(crbug.com/751553): Remove this function and its associated code.
return NO;
}
bool IsMemoryDebuggingEnabled() { bool IsMemoryDebuggingEnabled() {
// Always return true for Chromium builds, but check the user default for // Always return true for Chromium builds, but check the user default for
// official builds because memory debugging should never be enabled on stable. // official builds because memory debugging should never be enabled on stable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment