| Index: content/common/content_constants_internal.h
|
| diff --git a/content/common/content_constants_internal.h b/content/common/content_constants_internal.h
|
| index 46f351b401c70399b774e75eec98bed63b60c914..a3584b0d8b4d34e454eabdcc27c51dd09823de1e 100644
|
| --- a/content/common/content_constants_internal.h
|
| +++ b/content/common/content_constants_internal.h
|
| @@ -19,19 +19,12 @@ CONTENT_EXPORT extern const int64_t kHungRendererDelayMs;
|
| // before clearing previously displayed graphics.
|
| extern const int64_t kNewContentRenderingDelayMs;
|
|
|
| -// The maximum plugin width and height.
|
| -extern const uint16_t kMaxPluginSideLength;
|
| -// The maximum plugin size, defined as the number of pixels occupied by the
|
| -// plugin.
|
| -extern const uint32_t kMaxPluginSize;
|
| -
|
| // The maximum length of string as data url.
|
| extern const size_t kMaxLengthOfDataURLString;
|
|
|
| // Constants used to organize content processes in about:tracing.
|
| CONTENT_EXPORT extern const int kTraceEventBrowserProcessSortIndex;
|
| CONTENT_EXPORT extern const int kTraceEventRendererProcessSortIndex;
|
| -CONTENT_EXPORT extern const int kTraceEventPluginProcessSortIndex;
|
| CONTENT_EXPORT extern const int kTraceEventPpapiProcessSortIndex;
|
| CONTENT_EXPORT extern const int kTraceEventPpapiBrokerProcessSortIndex;
|
| CONTENT_EXPORT extern const int kTraceEventGpuProcessSortIndex;
|
|
|