From 7e1dc3d25fb9211ae4baf7577ef72afcad78f2e1 Mon Sep 17 00:00:00 2001 From: "tsepez@chromium.org" Date: Fri, 1 Jun 2012 20:37:35 +0000 Subject: Open pepper files directly in browser. This CL merges in the changes for the per-profile plugin process from the previously retired CL. Review URL: https://chromiumcodereview.appspot.com/10387195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140093 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/all_messages.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/common/all_messages.h') diff --git a/chrome/common/all_messages.h b/chrome/common/all_messages.h index 5b396b6..c27e689 100644 --- a/chrome/common/all_messages.h +++ b/chrome/common/all_messages.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -17,4 +17,5 @@ #include "chrome/common/common_message_generator.h" #include "chrome/common/nacl_messages.h" #include "content/common/content_message_generator.h" +#include "ppapi/proxy/pepper_file_messages.h" #include "ppapi/proxy/ppapi_messages.h" -- cgit v1.1