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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 10117016: Implementation for switching between recently used tabs using ctrl tilde or quoteleft. Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Uploading patch for review after rebase. Created 8 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 // use "--enable-sdch=0" as command line argument. SDCH is currently only 613 // use "--enable-sdch=0" as command line argument. SDCH is currently only
614 // supported server-side for searches on google.com. 614 // supported server-side for searches on google.com.
615 const char kEnableSdch[] = "enable-sdch"; 615 const char kEnableSdch[] = "enable-sdch";
616 616
617 // Enable SPDY/3. This is a temporary testing flag. 617 // Enable SPDY/3. This is a temporary testing flag.
618 const char kEnableSpdy3[] = "enable-spdy3"; 618 const char kEnableSpdy3[] = "enable-spdy3";
619 619
620 // Enables the stacked tabstrip. 620 // Enables the stacked tabstrip.
621 const char kEnableStackedTabStrip[] = "enable-stacked-tab-strip"; 621 const char kEnableStackedTabStrip[] = "enable-stacked-tab-strip";
622 622
623 // Enables switching between most recently used tabs using ctrl+tilde
624 const char kEnableTabMRUSwitch[] = "enable-tab-mru-switch";
625
623 // Enables experimental suggestions pane in New Tab page. 626 // Enables experimental suggestions pane in New Tab page.
624 const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp"; 627 const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";
625 628
626 // Disables syncing browser sessions. Will override kEnableSyncTabs. 629 // Disables syncing browser sessions. Will override kEnableSyncTabs.
627 const char kDisableSyncTabs[] = "disable-sync-tabs"; 630 const char kDisableSyncTabs[] = "disable-sync-tabs";
628 631
629 // Enables context menu for selecting groups of tabs. 632 // Enables context menu for selecting groups of tabs.
630 const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu"; 633 const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";
631 634
632 // Spawns threads to watch for excessive delays in specified message loops. 635 // Spawns threads to watch for excessive delays in specified message loops.
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
1508 1511
1509 // ----------------------------------------------------------------------------- 1512 // -----------------------------------------------------------------------------
1510 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1513 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1511 // 1514 //
1512 // You were going to just dump your switches here, weren't you? Instead, please 1515 // You were going to just dump your switches here, weren't you? Instead, please
1513 // put them in alphabetical order above, or in order inside the appropriate 1516 // put them in alphabetical order above, or in order inside the appropriate
1514 // ifdef at the bottom. The order should match the header. 1517 // ifdef at the bottom. The order should match the header.
1515 // ----------------------------------------------------------------------------- 1518 // -----------------------------------------------------------------------------
1516 1519
1517 } // namespace switches 1520 } // namespace switches
OLDNEW
« chrome/browser/ui/gtk/accelerators_gtk.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698