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

Unified Diff: trunk/src/content/public/common/bindings_policy.h

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
« no previous file with comments | « trunk/src/content/content_renderer.gypi ('k') | trunk/src/content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/public/common/bindings_policy.h
===================================================================
--- trunk/src/content/public/common/bindings_policy.h (revision 202661)
+++ trunk/src/content/public/common/bindings_policy.h (working copy)
@@ -20,11 +20,6 @@
BINDINGS_POLICY_DOM_AUTOMATION = 1 << 1,
// Bindings that allow access to the external host (through automation).
BINDINGS_POLICY_EXTERNAL_HOST = 1 << 2,
- // Bindings that allows the JS content to retrieve a variety of internal
- // metrics. (By default this isn't allowed unless the app has been started up
- // with the --enable-stats-collection-bindings switch.)
- BINDINGS_POLICY_STATS_COLLECTION = 1 << 3,
-
};
}
« no previous file with comments | « trunk/src/content/content_renderer.gypi ('k') | trunk/src/content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698