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

Unified Diff: chrome/browser/about_flags.cc

Issue 10631009: Removes TabFinder. We're not going to use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git rm tab_finder.cc Created 8 years, 6 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/ui/browser.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 1ce82891b10bb0a87b8772616163d2e6d0ba3bd4..bf3189cbeec8d235f4114c5cca6e373e134617d6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -358,13 +358,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kDisableInteractiveFormValidation)
},
{
- "focus-existing-tab-on-open", // FLAGS:RECORD_UMA
- IDS_FLAGS_FOCUS_EXISTING_TAB_ON_OPEN_NAME,
- IDS_FLAGS_FOCUS_EXISTING_TAB_ON_OPEN_DESCRIPTION,
- kOsAll,
- SINGLE_VALUE_TYPE(switches::kFocusExistingTabOnOpen)
- },
- {
"tab-groups-context-menu",
IDS_FLAGS_TAB_GROUPS_CONTEXT_MENU_NAME,
IDS_FLAGS_TAB_GROUPS_CONTEXT_MENU_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698