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

Side by Side Diff: content/common/content_switches.h

Issue 7399030: Remove --enable-p2papi flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 // Defines all the "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_COMMON_CONTENT_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 extern const char kWebWorkerShareProcesses[]; 144 extern const char kWebWorkerShareProcesses[];
145 extern const char kWorkerProcess[]; 145 extern const char kWorkerProcess[];
146 extern const char kZygoteCmdPrefix[]; 146 extern const char kZygoteCmdPrefix[];
147 extern const char kZygoteProcess[]; 147 extern const char kZygoteProcess[];
148 148
149 #if defined(OS_WIN) 149 #if defined(OS_WIN)
150 extern const char kAuditHandles[]; 150 extern const char kAuditHandles[];
151 extern const char kAuditAllHandles[]; 151 extern const char kAuditAllHandles[];
152 #endif 152 #endif
153 153
154 #if defined(ENABLE_P2P_APIS)
155 extern const char kEnableP2PApi[];
156 #endif
157
158 #if !defined(OFFICIAL_BUILD) 154 #if !defined(OFFICIAL_BUILD)
159 extern const char kRendererCheckFalseTest[]; 155 extern const char kRendererCheckFalseTest[];
160 #endif 156 #endif
161 157
162 } // namespace switches 158 } // namespace switches
163 159
164 #endif // CONTENT_COMMON_CONTENT_SWITCHES_H_ 160 #endif // CONTENT_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/browser_render_process_host.cc ('k') | content/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698