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

Unified Diff: chrome/common/render_messages.h

Issue 2024683002: Remove debug instrumentation for crbug.com/359406. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update render_messages macro Created 4 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/browser/metrics/field_trial_synchronizer.cc ('k') | chrome/renderer/chrome_render_thread_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 298f9c1dbce02331e3d68cda86e049cb785cd443..7f6b638e5965e87460e0d6512017263e195a6f9f 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -204,11 +204,9 @@ IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetContentSettingRules,
// Tells the renderer to create a FieldTrial, and by using a 100% probability
// for the FieldTrial, forces the FieldTrial to have assigned group name.
-IPC_MESSAGE_CONTROL4(ChromeViewMsg_SetFieldTrialGroup,
+IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetFieldTrialGroup,
std::string /* field trial name */,
- std::string /* group name that was assigned. */,
- base::ProcessId /* for debugging, the sender process id */,
- int32_t /* for debugging, the debug token */)
+ std::string /* group name that was assigned. */)
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetPageSequenceNumber,
int /* page_seq_no */)
« no previous file with comments | « chrome/browser/metrics/field_trial_synchronizer.cc ('k') | chrome/renderer/chrome_render_thread_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698