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

Unified Diff: chrome/renderer/chrome_content_renderer_client.cc

Issue 289393002: Remove --no-js-randomness. Only used by perftracker, which is dead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_content_renderer_client.cc
diff --git a/chrome/renderer/chrome_content_renderer_client.cc b/chrome/renderer/chrome_content_renderer_client.cc
index 044a9afe010306bcaf6ae237d78661d2b1967ac4..f57f12bf502f9d4f60982d07c5da09d6f98abe9c 100644
--- a/chrome/renderer/chrome_content_renderer_client.cc
+++ b/chrome/renderer/chrome_content_renderer_client.cc
@@ -303,8 +303,7 @@ void ChromeContentRendererClient::RenderThreadStarted() {
thread->RegisterExtension(extensions_v8::SearchBoxExtension::Get());
if (command_line->HasSwitch(switches::kPlaybackMode) ||
- command_line->HasSwitch(switches::kRecordMode) ||
- command_line->HasSwitch(switches::kNoJsRandomness)) {
+ command_line->HasSwitch(switches::kRecordMode)) {
tonyg 2014/05/19 14:38:04 I think these and the entire PlaybackExtension are
Peter Kasting 2014/05/19 14:42:43 In the flags doc these are currently untriaged, an
thread->RegisterExtension(extensions_v8::PlaybackExtension::Get());
}
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698