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

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

Issue 377783005: Remove unused code in common/renderer about autocomplete_match_type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/instant_types.h ('k') | chrome/renderer/searchbox/searchbox_extension.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <map> 7 #include <map>
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/files/file_path.h" 12 #include "base/files/file_path.h"
13 #include "base/memory/shared_memory.h" 13 #include "base/memory/shared_memory.h"
14 #include "base/process/process.h" 14 #include "base/process/process.h"
15 #include "base/strings/string16.h" 15 #include "base/strings/string16.h"
16 #include "base/strings/stringprintf.h" 16 #include "base/strings/stringprintf.h"
17 #include "base/values.h" 17 #include "base/values.h"
18 #include "build/build_config.h" 18 #include "build/build_config.h"
19 #include "chrome/common/autocomplete_match_type.h"
20 #include "chrome/common/common_param_traits.h" 19 #include "chrome/common/common_param_traits.h"
21 #include "chrome/common/content_settings.h" 20 #include "chrome/common/content_settings.h"
22 #include "chrome/common/content_settings_pattern.h" 21 #include "chrome/common/content_settings_pattern.h"
23 #include "chrome/common/instant_types.h" 22 #include "chrome/common/instant_types.h"
24 #include "chrome/common/ntp_logging_events.h" 23 #include "chrome/common/ntp_logging_events.h"
25 #include "chrome/common/omnibox_focus_state.h" 24 #include "chrome/common/omnibox_focus_state.h"
26 #include "chrome/common/search_provider.h" 25 #include "chrome/common/search_provider.h"
27 #include "components/nacl/common/nacl_types.h" 26 #include "components/nacl/common/nacl_types.h"
28 #include "content/public/common/common_param_traits.h" 27 #include "content/public/common/common_param_traits.h"
29 #include "content/public/common/referrer.h" 28 #include "content/public/common/referrer.h"
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 base::string16 /* source */, 718 base::string16 /* source */,
720 extensions::StackTrace /* stack trace */, 719 extensions::StackTrace /* stack trace */,
721 int32 /* severity level */) 720 int32 /* severity level */)
722 #endif 721 #endif
723 722
724 #if defined(ENABLE_PLUGINS) 723 #if defined(ENABLE_PLUGINS)
725 // Sent by the renderer to check if crash reporting is enabled. 724 // Sent by the renderer to check if crash reporting is enabled.
726 IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsCrashReportingEnabled, 725 IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsCrashReportingEnabled,
727 bool /* enabled */) 726 bool /* enabled */)
728 #endif 727 #endif
OLDNEW
« no previous file with comments | « chrome/common/instant_types.h ('k') | chrome/renderer/searchbox/searchbox_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698