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

Side by Side Diff: chrome/common/render_messages.h

Issue 2453313004: Convert FieldTrialActivated to use mojo. (Closed)
Patch Set: Convert FieldTrialActivated to use mojo. Created 4 years 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included file, no traditional include guard. 5 // Multiply-included file, no traditional include guard.
6 #include <stdint.h> 6 #include <stdint.h>
7 #include <string> 7 #include <string>
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 // process so that they can be assigned to an Instant renderer. 592 // process so that they can be assigned to an Instant renderer.
593 IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetSearchURLs, 593 IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetSearchURLs,
594 std::vector<GURL> /* search_urls */, 594 std::vector<GURL> /* search_urls */,
595 GURL /* new_tab_page_url */) 595 GURL /* new_tab_page_url */)
596 596
597 #if BUILDFLAG(ENABLE_PLUGINS) 597 #if BUILDFLAG(ENABLE_PLUGINS)
598 // Sent by the renderer to check if crash reporting is enabled. 598 // Sent by the renderer to check if crash reporting is enabled.
599 IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsCrashReportingEnabled, 599 IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsCrashReportingEnabled,
600 bool /* enabled */) 600 bool /* enabled */)
601 #endif 601 #endif
602
603 // Sent by the renderer to indicate that a fields trial has been activated.
604 IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_FieldTrialActivated,
605 std::string /* name */)
sadrul 2017/03/03 03:43:46 Hi! There are corresponding GpuHostMsg_FieldTrialA
OLDNEW
« no previous file with comments | « chrome/common/field_trial_recorder.mojom ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698