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

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

Issue 6913026: Compact Navigation prototype (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Clang build fix. After commit/revert. Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 // Enable click-to-play for blocked plug-ins. 377 // Enable click-to-play for blocked plug-ins.
378 const char kEnableClickToPlay[] = "enable-click-to-play"; 378 const char kEnableClickToPlay[] = "enable-click-to-play";
379 379
380 // This applies only when the process type is "service". Enables the 380 // This applies only when the process type is "service". Enables the
381 // Cloud Print Proxy component within the service process. 381 // Cloud Print Proxy component within the service process.
382 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; 382 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
383 383
384 // Enables the Cloud Print dialog hosting code. 384 // Enables the Cloud Print dialog hosting code.
385 const char kEnableCloudPrint[] = "enable-cloud-print"; 385 const char kEnableCloudPrint[] = "enable-cloud-print";
386 386
387 // Enables compact navigation mode, which removes the toolbar and moves most of
388 // UI to the tab strip.
389 const char kEnableCompactNavigation[] = "enable-compact-navigation";
390
387 // Enables compositing to texture instead of display. 391 // Enables compositing to texture instead of display.
388 const char kEnableCompositeToTexture[] = "enable-composite-to-texture"; 392 const char kEnableCompositeToTexture[] = "enable-composite-to-texture";
389 393
390 // Enables establishing a backup TCP connection if a specified timeout is 394 // Enables establishing a backup TCP connection if a specified timeout is
391 // exceeded. 395 // exceeded.
392 const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs"; 396 const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs";
393 397
394 // Enables web developers to create apps for Chrome without using crx packages. 398 // Enables web developers to create apps for Chrome without using crx packages.
395 const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps"; 399 const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps";
396 400
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 1175
1172 // ----------------------------------------------------------------------------- 1176 // -----------------------------------------------------------------------------
1173 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1177 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1174 // 1178 //
1175 // You were going to just dump your switches here, weren't you? Instead, 1179 // You were going to just dump your switches here, weren't you? Instead,
1176 // please put them in alphabetical order above, or in order inside the 1180 // please put them in alphabetical order above, or in order inside the
1177 // appropriate ifdef at the bottom. The order should match the header. 1181 // appropriate ifdef at the bottom. The order should match the header.
1178 // ----------------------------------------------------------------------------- 1182 // -----------------------------------------------------------------------------
1179 1183
1180 } // namespace switches 1184 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698