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

Side by Side Diff: components/translate/content/common/data_file_cld_data_provider_messages.cc

Issue 2034413003: Delete the non-static CLD data source logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest master Created 4 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // NOT DEAD CODE!
6 // This code isn't dead, even if it isn't currently being used. Please refer to:
7 // https://www.chromium.org/developers/how-tos/compact-language-detector-cld-dat a-source-configuration
8
9 // Get basic type definitions.
10 #define IPC_MESSAGE_IMPL
11 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
12
13 // Generate constructors.
14 #include "ipc/struct_constructor_macros.h"
15 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
16
17 // Generate destructors.
18 #include "ipc/struct_destructor_macros.h"
19 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
20
21 // Generate param traits size methods.
22 #include "ipc/param_traits_size_macros.h"
23 namespace IPC {
24 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
25 } // namespace IPC
26
27 // Generate param traits write methods.
28 #include "ipc/param_traits_write_macros.h"
29 namespace IPC {
30 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
31 } // namespace IPC
32
33 // Generate param traits read methods.
34 #include "ipc/param_traits_read_macros.h"
35 namespace IPC {
36 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
37 } // namespace IPC
38
39 // Generate param traits log methods.
40 #include "ipc/param_traits_log_macros.h"
41 namespace IPC {
42 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
43 } // namespace IPC
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698