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

Unified Diff: chrome/browser/about_flags.cc

Issue 297683004: Remove conflicting modules flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 6 years, 7 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/enumerate_modules_model_win.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 3db20576a906217a4bbd693b3c1e55815555f910..ea093791311f79702c40fc65dda3070b8bbe7c4b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -439,13 +439,6 @@ const Experiment::Choice kExtensionContentVerificationChoices[] = {
// When adding a new choice, add it to the end of the list.
const Experiment kExperiments[] = {
{
- "conflicting-modules-check", // FLAGS:RECORD_UMA
- IDS_FLAGS_CONFLICTS_CHECK_NAME,
- IDS_FLAGS_CONFLICTS_CHECK_DESCRIPTION,
- kOsWin,
- SINGLE_VALUE_TYPE(switches::kConflictingModulesCheck)
- },
- {
"ignore-gpu-blacklist",
IDS_FLAGS_IGNORE_GPU_BLACKLIST_NAME,
IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/enumerate_modules_model_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698