summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-13 20:29:50 +0000
committerjdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-13 20:29:50 +0000
commitca2a2de4793474c95b320cfb89d33e9e3527dca2 (patch)
tree72d5624b0307ebd0e3919a38a466dc7e9aa51bc8
parentf8d528548a711dcc60df86f56566d6dcdbd06061 (diff)
downloadchromium_src-ca2a2de4793474c95b320cfb89d33e9e3527dca2.zip
chromium_src-ca2a2de4793474c95b320cfb89d33e9e3527dca2.tar.gz
chromium_src-ca2a2de4793474c95b320cfb89d33e9e3527dca2.tar.bz2
Merge 244252 "[Android] Remove about:flags entry for low-end dev..."
> [Android] Remove about:flags entry for low-end device mode > > Release builds of Android use specialized code for loading shared libraries. > The code queries |isLowEndDevice()| before about:flags has propagated to the > process command-line, yielding inconsistent low-end device configurations > between processes. This can potentially lead to a state where all tabs are > blank, forcing the user to re-install Chrome. Remove the about:flags entry > until the query can be either deferred or removed entirely. > > BUG=331931 > NOTRY=true > > Review URL: https://codereview.chromium.org/133133005 TBR=jdduke@chromium.org Review URL: https://codereview.chromium.org/136973004 git-svn-id: svn://svn.chromium.org/chrome/branches/1750/src@244573 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/app/generated_resources.grd6
-rw-r--r--chrome/browser/about_flags.cc8
2 files changed, 0 insertions, 14 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index eb1b67e..0e9fb52 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6731,12 +6731,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_DISABLE_CLICK_DELAY_DESCRIPTION" desc="Description of the flag to disable the click delay.">
Always send click events immediate upon a tap, even when it's part of a double-tap gesture. This speeds up navigation and other tap actions by 300ms on most pages, but means links and buttons must be avoided when double tapping to zoom.
</message>
- <message name="IDS_FLAGS_LOW_END_DEVICE_MODE_DESCRIPTION" desc="Description of the flag to tweak low end device optimizations.">
- Overrides low end device optimizations.
- </message>
- <message name="IDS_FLAGS_LOW_END_DEVICE_MODE_NAME" desc="Name of the flag to tweak low end device optimizations.">
- Low end device mode.
- </message>
</if>
<message name="IDS_FLAGS_ENABLE_TRANSLATE_NEW_UX_NAME" desc="Name of the flag to enable the new Translate UX.">
Enable the new Translate UX.
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 245d603..2aebcba 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1864,14 +1864,6 @@ const Experiment kExperiments[] = {
// Java-only switch: CommandLine.DISABLE_CLICK_DELAY
SINGLE_VALUE_TYPE("disable-click-delay")
},
- {
- "low-end-device-mode",
- IDS_FLAGS_LOW_END_DEVICE_MODE_NAME,
- IDS_FLAGS_LOW_END_DEVICE_MODE_DESCRIPTION,
- kOsAndroid,
- ENABLE_DISABLE_VALUE_TYPE(switches::kEnableLowEndDeviceMode,
- switches::kDisableLowEndDeviceMode)
- },
#endif
#if defined(OS_CHROMEOS)
{