diff options
author | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-01 20:37:35 +0000 |
---|---|---|
committer | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-01 20:37:35 +0000 |
commit | 7e1dc3d25fb9211ae4baf7577ef72afcad78f2e1 (patch) | |
tree | 4ecc5db6beecb9b4c6812ed06a206ac887c4d2f6 /chrome/common/all_messages.h | |
parent | 893dfd9a63c58061e961e0dbd777b8ffb46c50ed (diff) | |
download | chromium_src-7e1dc3d25fb9211ae4baf7577ef72afcad78f2e1.zip chromium_src-7e1dc3d25fb9211ae4baf7577ef72afcad78f2e1.tar.gz chromium_src-7e1dc3d25fb9211ae4baf7577ef72afcad78f2e1.tar.bz2 |
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
Diffstat (limited to 'chrome/common/all_messages.h')
-rw-r--r-- | chrome/common/all_messages.h | 3 |
1 files changed, 2 insertions, 1 deletions
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" |