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

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

Issue 10631010: Change style of ConstrainedWindowViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace Created 8 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
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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 // Enables logging for extension activity. 514 // Enables logging for extension activity.
515 const char kEnableExtensionActivityLogging[] = 515 const char kEnableExtensionActivityLogging[] =
516 "enable-extension-activity-logging"; 516 "enable-extension-activity-logging";
517 517
518 // Enables the extension activity UI. 518 // Enables the extension activity UI.
519 const char kEnableExtensionActivityUI[] = "enable-extension-activity-ui"; 519 const char kEnableExtensionActivityUI[] = "enable-extension-activity-ui";
520 520
521 // Enables experimental timeline API. 521 // Enables experimental timeline API.
522 const char kEnableExtensionTimelineApi[] = "enable-extension-timeline-api"; 522 const char kEnableExtensionTimelineApi[] = "enable-extension-timeline-api";
523 523
524 // Applies a new frameless window style to any dialog based on
525 // ConstrainedWindowViews.
526 const char kEnableFramelessConstrainedDialogs[] =
527 "enable-frameless-constrained-dialogs";
528
524 // By default, cookies are not allowed on file://. They are needed for testing, 529 // By default, cookies are not allowed on file://. They are needed for testing,
525 // for example page cycler and layout tests. See bug 1157243. 530 // for example page cycler and layout tests. See bug 1157243.
526 const char kEnableFileCookies[] = "enable-file-cookies"; 531 const char kEnableFileCookies[] = "enable-file-cookies";
527 532
528 // Enable HTTP pipelining. Attempt to pipeline HTTP connections. Heuristics will 533 // Enable HTTP pipelining. Attempt to pipeline HTTP connections. Heuristics will
529 // try to figure out if pipelining can be used for a given host and request. 534 // try to figure out if pipelining can be used for a given host and request.
530 // Without this flag, pipelining will never be used. 535 // Without this flag, pipelining will never be used.
531 const char kEnableHttpPipelining[] = "enable-http-pipelining"; 536 const char kEnableHttpPipelining[] = "enable-http-pipelining";
532 537
533 // Enables new WebRTC implementation of user image picker. 538 // Enables new WebRTC implementation of user image picker.
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 1477
1473 // ----------------------------------------------------------------------------- 1478 // -----------------------------------------------------------------------------
1474 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1479 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1475 // 1480 //
1476 // You were going to just dump your switches here, weren't you? Instead, please 1481 // You were going to just dump your switches here, weren't you? Instead, please
1477 // put them in alphabetical order above, or in order inside the appropriate 1482 // put them in alphabetical order above, or in order inside the appropriate
1478 // ifdef at the bottom. The order should match the header. 1483 // ifdef at the bottom. The order should match the header.
1479 // ----------------------------------------------------------------------------- 1484 // -----------------------------------------------------------------------------
1480 1485
1481 } // namespace switches 1486 } // namespace switches
OLDNEW
« chrome/browser/ui/views/constrained_window_frame_simple.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698