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

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

Issue 2866034: Refactor shutdown code to allow win/linux to run after last browser closes. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Uploaded patch that resolves merge issue Created 10 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/notification_type.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 // The following flags allow users who can reproduce crbug/35198 557 // The following flags allow users who can reproduce crbug/35198
558 // to enable extra logging and behaviors. They will be removed once 558 // to enable extra logging and behaviors. They will be removed once
559 // the issue is fixed. 559 // the issue is fixed.
560 const char kIssue35198CrxDirBrowser[] = "issue35198-crxdir-browser"; 560 const char kIssue35198CrxDirBrowser[] = "issue35198-crxdir-browser";
561 const char kIssue35198ExtraLogging[] = "issue35198-logging"; 561 const char kIssue35198ExtraLogging[] = "issue35198-logging";
562 const char kIssue35198Permission[] = "issue35198-permission"; 562 const char kIssue35198Permission[] = "issue35198-permission";
563 563
564 // Specifies the flags passed to JS engine 564 // Specifies the flags passed to JS engine
565 const char kJavaScriptFlags[] = "js-flags"; 565 const char kJavaScriptFlags[] = "js-flags";
566 566
567 // Used for testing - keeps browser alive after last browser window closes.
568 const char kKeepAliveForTest[] = "keep-alive-for-test";
569
567 // Load an extension from the specified directory. 570 // Load an extension from the specified directory.
568 const char kLoadExtension[] = "load-extension"; 571 const char kLoadExtension[] = "load-extension";
569 572
570 // Load an NPAPI plugin from the specified path. 573 // Load an NPAPI plugin from the specified path.
571 const char kLoadPlugin[] = "load-plugin"; 574 const char kLoadPlugin[] = "load-plugin";
572 575
573 // Load NPAPI plugins from the specified directory. 576 // Load NPAPI plugins from the specified directory.
574 const char kExtraPluginDir[] = "extra-plugin-dir"; 577 const char kExtraPluginDir[] = "extra-plugin-dir";
575 578
576 // Will filter log messages to show only the messages that are prefixed 579 // Will filter log messages to show only the messages that are prefixed
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 1120
1118 // ----------------------------------------------------------------------------- 1121 // -----------------------------------------------------------------------------
1119 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1122 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1120 // 1123 //
1121 // You were going to just dump your switches here, weren't you? Instead, 1124 // You were going to just dump your switches here, weren't you? Instead,
1122 // please put them in alphabetical order above, or in order inside the 1125 // please put them in alphabetical order above, or in order inside the
1123 // appropriate ifdef at the bottom. The order should match the header. 1126 // appropriate ifdef at the bottom. The order should match the header.
1124 // ----------------------------------------------------------------------------- 1127 // -----------------------------------------------------------------------------
1125 1128
1126 } // namespace switches 1129 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698