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

Side by Side Diff: webkit/plugins/npapi/plugin_constants_win.h

Issue 7648011: Revert 96592 - Add scroll and gesture message filters for UIPI Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « content/browser/plugin_process_host.cc ('k') | webkit/plugins/npapi/plugin_constants_win.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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 #ifndef WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_ 5 #ifndef WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_
6 #define WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_ 6 #define WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_
7 7
8 #include "base/string16.h" 8 #include "base/string16.h"
9 9
10 namespace webkit { 10 namespace webkit {
11 namespace npapi { 11 namespace npapi {
12 12
13 // The window class name for a plugin window. 13 // The window class name for a plugin window.
14 extern const char16 kNativeWindowClassName[]; 14 extern const char16 kNativeWindowClassName[];
15 15
16 // If property is non-zero window reparenting must add UIPI message filters.
17 extern const char16 kNativeWindowClassFilterProp[];
18
19 // The name of the window class name for the wrapper HWND around the actual 16 // The name of the window class name for the wrapper HWND around the actual
20 // plugin window that's used when running in multi-process mode. This window 17 // plugin window that's used when running in multi-process mode. This window
21 // is created on the browser UI thread. 18 // is created on the browser UI thread.
22 extern const char16 kWrapperNativeWindowClassName[]; 19 extern const char16 kWrapperNativeWindowClassName[];
23 20
24 // The name of the custom window message that the browser uses to tell the 21 // The name of the custom window message that the browser uses to tell the
25 // plugin process to paint a window. 22 // plugin process to paint a window.
26 extern const char16 kPaintMessageName[]; 23 extern const char16 kPaintMessageName[];
27 24
28 // The name of the registry key which NPAPI plugins update on installation. 25 // The name of the registry key which NPAPI plugins update on installation.
(...skipping 11 matching lines...) Expand all
40 extern const char16 kSilverlightPlugin[]; 37 extern const char16 kSilverlightPlugin[];
41 extern const char16 kJavaPlugin1[]; 38 extern const char16 kJavaPlugin1[];
42 extern const char16 kJavaPlugin2[]; 39 extern const char16 kJavaPlugin2[];
43 40
44 extern const char kGPUPluginMimeType[]; 41 extern const char kGPUPluginMimeType[];
45 42
46 } // namespace npapi 43 } // namespace npapi
47 } // namespace webkit 44 } // namespace webkit
48 45
49 #endif // WEBKIT_PLUGINS_NPAPI_PLUGIN_PLUGIN_LIST_H_ 46 #endif // WEBKIT_PLUGINS_NPAPI_PLUGIN_PLUGIN_LIST_H_
OLDNEW
« no previous file with comments | « content/browser/plugin_process_host.cc ('k') | webkit/plugins/npapi/plugin_constants_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698