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

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

Issue 10941015: [Android] Upstream the WebView find-in-page API implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit fixes. Created 8 years, 3 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
« no previous file with comments | « content/public/browser/render_view_host.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // Defines all the "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 205
206 #if defined(OS_ANDROID) 206 #if defined(OS_ANDROID)
207 extern const char kMediaPlayerInRenderProcess[]; 207 extern const char kMediaPlayerInRenderProcess[];
208 extern const char kDisableMediaHistoryLogging[]; 208 extern const char kDisableMediaHistoryLogging[];
209 extern const char kNetworkCountryIso[]; 209 extern const char kNetworkCountryIso[];
210 extern const char kUseMobileUserAgent[]; 210 extern const char kUseMobileUserAgent[];
211 extern const char kGraphicsMode[]; 211 extern const char kGraphicsMode[];
212 // Not actual flags, just values: for example, --graphics-mode=compositor 212 // Not actual flags, just values: for example, --graphics-mode=compositor
213 extern const char kGraphicsModeValueBasic[]; 213 extern const char kGraphicsModeValueBasic[];
214 extern const char kGraphicsModeValueCompositor[]; 214 extern const char kGraphicsModeValueCompositor[];
215 extern const char kEnableWebViewSynchronousAPIs[];
215 #endif 216 #endif
216 217
217 #if defined(OS_POSIX) 218 #if defined(OS_POSIX)
218 extern const char kChildCleanExit[]; 219 extern const char kChildCleanExit[];
219 #endif 220 #endif
220 221
221 #if defined(OS_POSIX) && !defined(OS_MACOSX) 222 #if defined(OS_POSIX) && !defined(OS_MACOSX)
222 extern const char kScrollPixels[]; 223 extern const char kScrollPixels[];
223 #endif 224 #endif
224 225
225 #if defined(OS_MACOSX) || defined(OS_WIN) 226 #if defined(OS_MACOSX) || defined(OS_WIN)
226 extern const char kUseSystemSSL[]; 227 extern const char kUseSystemSSL[];
227 #endif 228 #endif
228 229
229 extern const char kEnablePerTilePainting[]; 230 extern const char kEnablePerTilePainting[];
230 231
231 #if defined(USE_AURA) 232 #if defined(USE_AURA)
232 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; 233 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
233 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; 234 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];
234 CONTENT_EXPORT extern const char kTestCompositor[]; 235 CONTENT_EXPORT extern const char kTestCompositor[];
235 #endif 236 #endif
236 237
237 } // namespace switches 238 } // namespace switches
238 239
239 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 240 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/public/browser/render_view_host.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698