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

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

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
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"
11 #include "base/strings/string16.h" 11 #include "base/strings/string16.h"
12 #include "base/time/time.h" 12 #include "base/time/time.h"
13 #include "build/build_config.h"
13 #include "chrome/common/common_param_traits.h" 14 #include "chrome/common/common_param_traits.h"
14 #include "chrome/common/instant_types.h" 15 #include "chrome/common/instant_types.h"
15 #include "chrome/common/ntp_logging_events.h" 16 #include "chrome/common/ntp_logging_events.h"
16 #include "chrome/common/search_provider.h" 17 #include "chrome/common/search_provider.h"
17 #include "chrome/common/web_application_info.h" 18 #include "chrome/common/web_application_info.h"
18 #include "components/error_page/common/offline_page_types.h" 19 #include "components/error_page/common/offline_page_types.h"
19 #include "components/omnibox/common/omnibox_focus_state.h" 20 #include "components/omnibox/common/omnibox_focus_state.h"
20 #include "content/public/common/common_param_traits.h" 21 #include "content/public/common/common_param_traits.h"
21 #include "content/public/common/top_controls_state.h" 22 #include "content/public/common/top_controls_state.h"
22 #include "ipc/ipc_channel_handle.h" 23 #include "ipc/ipc_channel_handle.h"
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 588
588 // Record a sample string to a Rappor metric. 589 // Record a sample string to a Rappor metric.
589 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_RecordRappor, 590 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_RecordRappor,
590 std::string /* metric */, 591 std::string /* metric */,
591 std::string /* sample */) 592 std::string /* sample */)
592 593
593 // Record a domain and registry of a url to a Rappor metric. 594 // Record a domain and registry of a url to a Rappor metric.
594 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_RecordRapporURL, 595 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_RecordRapporURL,
595 std::string /* metric */, 596 std::string /* metric */,
596 GURL /* sample url */) 597 GURL /* sample url */)
OLDNEW
« no previous file with comments | « chrome/common/ref_counted_util.h ('k') | chrome/common/resource_usage_reporter_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698