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

Unified Diff: trunk/src/content/public/common/content_switches.cc

Issue 16160006: Revert 202620 "Collect tab timing information for use in telemen..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
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";
« no previous file with comments | « trunk/src/content/public/common/content_switches.h ('k') | trunk/src/content/renderer/dom_automation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698