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

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

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: Created 3 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
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 #include "ppapi/features/features.h" 10 #include "ppapi/features/features.h"
11 #include "printing/features/features.h" 11 #include "printing/features/features.h"
12 12
13 namespace switches { 13 namespace switches {
14 14
15 // ----------------------------------------------------------------------------- 15 // -----------------------------------------------------------------------------
16 // Can't find the switch you are looking for? Try looking in: 16 // Can't find the switch you are looking for? Try looking in:
17 // ash/common/ash_switches.cc 17 // ash/ash_switches.cc
18 // base/base_switches.cc 18 // base/base_switches.cc
19 // chromeos/chromeos_switches.cc 19 // chromeos/chromeos_switches.cc
20 // etc. 20 // etc.
21 // 21 //
22 // When commenting your switch, please use the same voice as surrounding 22 // When commenting your switch, please use the same voice as surrounding
23 // comments. Imagine "This switch..." at the beginning of the phrase, and it'll 23 // comments. Imagine "This switch..." at the beginning of the phrase, and it'll
24 // all work out. 24 // all work out.
25 // ----------------------------------------------------------------------------- 25 // -----------------------------------------------------------------------------
26 26
27 // Allows third-party content included on a page to prompt for a HTTP basic 27 // Allows third-party content included on a page to prompt for a HTTP basic
(...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 1173
1174 // ----------------------------------------------------------------------------- 1174 // -----------------------------------------------------------------------------
1175 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE. 1175 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE.
1176 // 1176 //
1177 // You were going to just dump your switches here, weren't you? Instead, please 1177 // You were going to just dump your switches here, weren't you? Instead, please
1178 // put them in alphabetical order above, or in order inside the appropriate 1178 // put them in alphabetical order above, or in order inside the appropriate
1179 // ifdef at the bottom. The order should match the header. 1179 // ifdef at the bottom. The order should match the header.
1180 // ----------------------------------------------------------------------------- 1180 // -----------------------------------------------------------------------------
1181 1181
1182 } // namespace switches 1182 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc ('k') | components/arc/intent_helper/arc_intent_helper_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698