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

Unified Diff: chrome/browser/about_flags.cc

Issue 1173893003: Re-land: content: Enable one-copy tile updates on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d481a23de51d4dff18f6c5dc07f5016d77ec715f..20fe4a770214a141490b3f9521da337c60e211c3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1454,14 +1454,14 @@ const Experiment kExperiments[] = {
// Java-only switch: ContentSwitches.ENABLE_ACCESSIBILITY_SCRIPT_INJECTION.
SINGLE_VALUE_TYPE("enable-accessibility-script-injection")},
#endif
- {"enable-one-copy",
- IDS_FLAGS_ONE_COPY_NAME,
- IDS_FLAGS_ONE_COPY_DESCRIPTION,
+ {"disable-one-copy",
+ IDS_FLAGS_DISABLE_ONE_COPY_NAME,
+ IDS_FLAGS_DISABLE_ONE_COPY_DESCRIPTION,
kOsAll,
- SINGLE_VALUE_TYPE(switches::kEnableOneCopy)},
+ SINGLE_VALUE_TYPE(switches::kDisableOneCopy)},
{"enable-zero-copy",
- IDS_FLAGS_ZERO_COPY_NAME,
- IDS_FLAGS_ZERO_COPY_DESCRIPTION,
+ IDS_FLAGS_ENABLE_ZERO_COPY_NAME,
+ IDS_FLAGS_ENABLE_ZERO_COPY_DESCRIPTION,
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableZeroCopy)},
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698