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

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

Issue 139303014: Revert 245433 "Linux Aura: Added --use-system-title-bar flag." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 // This will only work if asynchronous spell checking is not disabled. 1491 // This will only work if asynchronous spell checking is not disabled.
1492 const char kUseSpellingSuggestions[] = "use-spelling-suggestions"; 1492 const char kUseSpellingSuggestions[] = "use-spelling-suggestions";
1493 1493
1494 // Sets the maximum concurrent streams over a SPDY session. 1494 // Sets the maximum concurrent streams over a SPDY session.
1495 const char kMaxSpdyConcurrentStreams[] = "max-spdy-concurrent-streams"; 1495 const char kMaxSpdyConcurrentStreams[] = "max-spdy-concurrent-streams";
1496 1496
1497 // Specifies the user data directory, which is where the browser will look for 1497 // Specifies the user data directory, which is where the browser will look for
1498 // all of its state. 1498 // all of its state.
1499 const char kUserDataDir[] = "user-data-dir"; 1499 const char kUserDataDir[] = "user-data-dir";
1500 1500
1501 // Use the system-provided title bar and window dressing. Only affects Linux
1502 // Aura. Temporarily activated by a switch; eventually to be dynamically
1503 // changeable with the kUseCustomChromeFrame preference as with the GTK version.
1504 const char kUseSystemTitleBar[] = "use-system-title-bar";
1505
1506 // Examines a .crx for validity and prints the result. 1501 // Examines a .crx for validity and prints the result.
1507 const char kValidateCrx[] = "validate-crx"; 1502 const char kValidateCrx[] = "validate-crx";
1508 1503
1509 // Uses experimental simple cache backend if possible. 1504 // Uses experimental simple cache backend if possible.
1510 const char kUseSimpleCacheBackend[] = "use-simple-cache-backend"; 1505 const char kUseSimpleCacheBackend[] = "use-simple-cache-backend";
1511 1506
1512 // Specifies a custom URL for the server which reports variation data to the 1507 // Specifies a custom URL for the server which reports variation data to the
1513 // client. Specifying this switch enables the Variations service on 1508 // client. Specifying this switch enables the Variations service on
1514 // unofficial builds. See variations_service.cc. 1509 // unofficial builds. See variations_service.cc.
1515 const char kVariationsServerURL[] = "variations-server-url"; 1510 const char kVariationsServerURL[] = "variations-server-url";
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 1678
1684 // ----------------------------------------------------------------------------- 1679 // -----------------------------------------------------------------------------
1685 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1680 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1686 // 1681 //
1687 // You were going to just dump your switches here, weren't you? Instead, please 1682 // You were going to just dump your switches here, weren't you? Instead, please
1688 // put them in alphabetical order above, or in order inside the appropriate 1683 // put them in alphabetical order above, or in order inside the appropriate
1689 // ifdef at the bottom. The order should match the header. 1684 // ifdef at the bottom. The order should match the header.
1690 // ----------------------------------------------------------------------------- 1685 // -----------------------------------------------------------------------------
1691 1686
1692 } // namespace switches 1687 } // namespace switches
OLDNEW
« no previous file with comments | « trunk/src/chrome/common/chrome_switches.h ('k') | trunk/src/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698