diff options
author | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 22:29:44 +0000 |
---|---|---|
committer | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 22:29:44 +0000 |
commit | ec3cbea1d64c344f4686725daba1ef34b630e439 (patch) | |
tree | df16c66639b513ddb9001c4293683d996e3c6c8c /chrome/common/all_messages.h | |
parent | 7fdb6ee3c2dc1858acef47bda53f36c2df53cb24 (diff) | |
download | chromium_src-ec3cbea1d64c344f4686725daba1ef34b630e439.zip chromium_src-ec3cbea1d64c344f4686725daba1ef34b630e439.tar.gz chromium_src-ec3cbea1d64c344f4686725daba1ef34b630e439.tar.bz2 |
Revert 140399 - Open pepper files directly in browser.
This CL merges in the changes for the per-profile plugin process from the
previously retired CL.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=140093
Review URL: https://chromiumcodereview.appspot.com/10387195
TBR=tsepez@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10521012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140402 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, 1 insertions, 2 deletions
diff --git a/chrome/common/all_messages.h b/chrome/common/all_messages.h index c27e689..5b396b6 100644 --- a/chrome/common/all_messages.h +++ b/chrome/common/all_messages.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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,5 +17,4 @@ #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" |