| Index: trunk/src/content/public/common/content_switches.cc
|
| ===================================================================
|
| --- trunk/src/content/public/common/content_switches.cc (revision 202661)
|
| +++ trunk/src/content/public/common/content_switches.cc (working copy)
|
| @@ -247,16 +247,9 @@
|
|
|
| // Loosen security. Needed for tests using some of the functionality of
|
| // |DOMAutomationController|.
|
| -const char kReduceSecurityForStatsCollectionTests[] =
|
| - "reduce-security-for-stats-collection-tests";
|
| +const char kReduceSecurityForDomAutomationTests[] =
|
| + "reduce-security-for-dom-automation-tests";
|
|
|
| -// Specifies if the |StatsCollectionController| needs to be bound in the
|
| -// renderer. This binding happens on per-frame basis and hence can potentially
|
| -// be a performance bottleneck. One should only enable it when running a test
|
| -// that needs to access the provided statistics.
|
| -const char kStatsCollectionController[] =
|
| - "enable-stats-collection-bindings";
|
| -
|
| // Enable hardware accelerated page painting.
|
| const char kEnableAcceleratedPainting[] = "enable-accelerated-painting";
|
|
|
|
|