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

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

Issue 7500002: Remove the compact nav flag and ensure it is always disabled. Note that the rest of the cnav code... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 // Enable click-to-play for blocked plug-ins. 401 // Enable click-to-play for blocked plug-ins.
402 const char kEnableClickToPlay[] = "enable-click-to-play"; 402 const char kEnableClickToPlay[] = "enable-click-to-play";
403 403
404 // This applies only when the process type is "service". Enables the 404 // This applies only when the process type is "service". Enables the
405 // Cloud Print Proxy component within the service process. 405 // Cloud Print Proxy component within the service process.
406 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; 406 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
407 407
408 // Enables the Cloud Print dialog hosting code. 408 // Enables the Cloud Print dialog hosting code.
409 const char kEnableCloudPrint[] = "enable-cloud-print"; 409 const char kEnableCloudPrint[] = "enable-cloud-print";
410 410
411 // Enables compact navigation mode, which removes the toolbar and moves most of
412 // UI to the tab strip.
413 const char kEnableCompactNavigation[] = "enable-compact-navigation";
414
415 // Enables compositing to texture instead of display. 411 // Enables compositing to texture instead of display.
416 const char kEnableCompositeToTexture[] = "enable-composite-to-texture"; 412 const char kEnableCompositeToTexture[] = "enable-composite-to-texture";
417 413
418 // Enables establishing a backup TCP connection if a specified timeout is 414 // Enables establishing a backup TCP connection if a specified timeout is
419 // exceeded. 415 // exceeded.
420 const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs"; 416 const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs";
421 417
422 // Enables web developers to create apps for Chrome without using crx packages. 418 // Enables web developers to create apps for Chrome without using crx packages.
423 const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps"; 419 const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps";
424 420
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
1245 1241
1246 // ----------------------------------------------------------------------------- 1242 // -----------------------------------------------------------------------------
1247 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1243 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1248 // 1244 //
1249 // You were going to just dump your switches here, weren't you? Instead, 1245 // You were going to just dump your switches here, weren't you? Instead,
1250 // please put them in alphabetical order above, or in order inside the 1246 // please put them in alphabetical order above, or in order inside the
1251 // appropriate ifdef at the bottom. The order should match the header. 1247 // appropriate ifdef at the bottom. The order should match the header.
1252 // ----------------------------------------------------------------------------- 1248 // -----------------------------------------------------------------------------
1253 1249
1254 } // namespace switches 1250 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698