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: chrome/common/chrome_switches.cc

Issue 2074213002: mash: Move ash_switches.* to ash/common; cleanup DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix broken relative include. Created 4 years, 6 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
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 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
11 namespace switches { 11 namespace switches {
12 12
13 // ----------------------------------------------------------------------------- 13 // -----------------------------------------------------------------------------
14 // Can't find the switch you are looking for? Try looking in: 14 // Can't find the switch you are looking for? Try looking in:
15 // ash/ash_switches.cc 15 // ash/common/ash_switches.cc
16 // base/base_switches.cc 16 // base/base_switches.cc
17 // chromeos/chromeos_switches.cc 17 // chromeos/chromeos_switches.cc
18 // etc. 18 // etc.
19 // 19 //
20 // When commenting your switch, please use the same voice as surrounding 20 // When commenting your switch, please use the same voice as surrounding
21 // comments. Imagine "This switch..." at the beginning of the phrase, and it'll 21 // comments. Imagine "This switch..." at the beginning of the phrase, and it'll
22 // all work out. 22 // all work out.
23 // ----------------------------------------------------------------------------- 23 // -----------------------------------------------------------------------------
24 24
25 // Allows third-party content included on a page to prompt for a HTTP basic 25 // Allows third-party content included on a page to prompt for a HTTP basic
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 1331
1332 // ----------------------------------------------------------------------------- 1332 // -----------------------------------------------------------------------------
1333 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1333 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1334 // 1334 //
1335 // You were going to just dump your switches here, weren't you? Instead, please 1335 // You were going to just dump your switches here, weren't you? Instead, please
1336 // put them in alphabetical order above, or in order inside the appropriate 1336 // put them in alphabetical order above, or in order inside the appropriate
1337 // ifdef at the bottom. The order should match the header. 1337 // ifdef at the bottom. The order should match the header.
1338 // ----------------------------------------------------------------------------- 1338 // -----------------------------------------------------------------------------
1339 1339
1340 } // namespace switches 1340 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/test/base/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698