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

Unified Diff: chrome/common/render_messages.cc

Issue 6646005: Creates the ipclist utility that chrome security team has wanted to dump... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 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
Index: chrome/common/render_messages.cc
===================================================================
--- chrome/common/render_messages.cc (revision 77320)
+++ chrome/common/render_messages.cc (working copy)
@@ -2,33 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/values.h"
-#include "chrome/common/edit_command.h"
-#include "chrome/common/extensions/extension_extent.h"
-#include "chrome/common/extensions/url_pattern.h"
-#include "chrome/common/gpu_param_traits.h"
-#include "chrome/common/render_messages_params.h"
-#include "chrome/common/thumbnail_score.h"
-#include "chrome/common/web_apps.h"
-#include "content/common/resource_response.h"
-#include "ipc/ipc_channel_handle.h"
-#include "media/audio/audio_buffers_state.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderline.h"
-#include "third_party/skia/include/core/SkBitmap.h"
-#include "ui/gfx/rect.h"
-#include "webkit/appcache/appcache_interfaces.h"
-#include "webkit/blob/blob_data.h"
-#include "webkit/glue/webaccessibility.h"
-#include "webkit/glue/webcookie.h"
-#include "webkit/glue/webcursor.h"
-#include "webkit/glue/webmenuitem.h"
-#include "webkit/plugins/npapi/webplugin.h"
-
-#if defined(OS_MACOSX)
-#include "chrome/common/font_descriptor_mac.h"
-#endif
-
-#define IPC_MESSAGE_IMPL
#include "chrome/common/render_messages.h"
namespace IPC {

Powered by Google App Engine
This is Rietveld 408576698