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

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

Issue 9582022: Make NTP other sessions menu off disabled by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 // Runs the Native Client inside the renderer process and enables GPU plugin 526 // Runs the Native Client inside the renderer process and enables GPU plugin
527 // (internally adds lEnableGpuPlugin to the command line). 527 // (internally adds lEnableGpuPlugin to the command line).
528 const char kEnableNaCl[] = "enable-nacl"; 528 const char kEnableNaCl[] = "enable-nacl";
529 529
530 // Enables debugging via RSP over a socket. 530 // Enables debugging via RSP over a socket.
531 const char kEnableNaClDebug[] = "enable-nacl-debug"; 531 const char kEnableNaClDebug[] = "enable-nacl-debug";
532 532
533 // Enables hardware exception handling via debugger process. 533 // Enables hardware exception handling via debugger process.
534 const char kEnableNaClExceptionHandling[] = "enable-nacl-exception-handling"; 534 const char kEnableNaClExceptionHandling[] = "enable-nacl-exception-handling";
535 535
536 // Disables the menu on the NTP for accessing sessions from other devices. 536 // Enables the menu on the NTP for accessing sessions from other devices.
537 const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu"; 537 const char kEnableNTPOtherSessionsMenu[] = "enable-ntp-other-sessions-menu";
538 538
539 // Enables panels (always on-top docked pop-up windows). 539 // Enables panels (always on-top docked pop-up windows).
540 const char kEnablePanels[] = "enable-panels"; 540 const char kEnablePanels[] = "enable-panels";
541 541
542 // Enables password generation when we detect that the user is going through 542 // Enables password generation when we detect that the user is going through
543 // account creation. 543 // account creation.
544 const char kEnablePasswordGeneration[] = "enable-password-generation"; 544 const char kEnablePasswordGeneration[] = "enable-password-generation";
545 545
546 // Enables advanced app capabilities. 546 // Enables advanced app capabilities.
547 const char kEnablePlatformApps[] = "enable-platform-apps"; 547 const char kEnablePlatformApps[] = "enable-platform-apps";
548 548
549 // Enables content settings based on host *and* plug-in in the user 549 // Enables content settings based on host *and* plug-in in the user
550 // preferences. 550 // preferences.
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
1352 1352
1353 // ----------------------------------------------------------------------------- 1353 // -----------------------------------------------------------------------------
1354 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1354 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1355 // 1355 //
1356 // You were going to just dump your switches here, weren't you? Instead, please 1356 // You were going to just dump your switches here, weren't you? Instead, please
1357 // put them in alphabetical order above, or in order inside the appropriate 1357 // put them in alphabetical order above, or in order inside the appropriate
1358 // ifdef at the bottom. The order should match the header. 1358 // ifdef at the bottom. The order should match the header.
1359 // ----------------------------------------------------------------------------- 1359 // -----------------------------------------------------------------------------
1360 1360
1361 } // namespace switches 1361 } // namespace switches
OLDNEW
« chrome/browser/resources/ntp4/new_tab.html ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698