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

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

Issue 88020: Allow Flash (and other plugins) to be installed without restarting the browse... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
OLDNEW
1 // Copyright (c) 2006-2009 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_GLUE_PLUGIN_CONSTANTS_WIN_H_ 5 #ifndef WEBKIT_GLUE_PLUGIN_CONSTANTS_WIN_H_
6 #define WEBKIT_GLUE_PLUGIN_CONSTANTS_WIN_H_ 6 #define WEBKIT_GLUE_PLUGIN_CONSTANTS_WIN_H_
7 7
8 // Used by the plugins_test when testing the older WMP plugin to force the new 8 // Used by the plugins_test when testing the older WMP plugin to force the new
9 // plugin to not get loaded. 9 // plugin to not get loaded.
10 #define kUseOldWMPPluginSwitch L"use-old-wmp" 10 #define kUseOldWMPPluginSwitch L"use-old-wmp"
(...skipping 15 matching lines...) Expand all
26 26
27 // The name of the window class name for the wrapper HWND around the actual 27 // The name of the window class name for the wrapper HWND around the actual
28 // plugin window that's used when running in multi-process mode. This window 28 // plugin window that's used when running in multi-process mode. This window
29 // is created on the browser UI thread. 29 // is created on the browser UI thread.
30 #define kWrapperNativeWindowClassName L"WrapperNativeWindowClass" 30 #define kWrapperNativeWindowClassName L"WrapperNativeWindowClass"
31 31
32 // The name of the custom window message that the browser uses to tell the 32 // The name of the custom window message that the browser uses to tell the
33 // plugin process to paint a window. 33 // plugin process to paint a window.
34 #define kPaintMessageName L"Chrome_CustomPaint" 34 #define kPaintMessageName L"Chrome_CustomPaint"
35 35
36 // The name of the registry key which NPAPI plugins update on installation.
37 #define kRegistryMozillaPlugins L"SOFTWARE\\MozillaPlugins"
38
36 #endif // WEBKIT_GLUE_PLUGIN_PLUGIN_LIST_H_ 39 #endif // WEBKIT_GLUE_PLUGIN_PLUGIN_LIST_H_
OLDNEW
« no previous file with comments | « third_party/WebKit/WebKit/chromium/src/WebKit.cpp ('k') | webkit/glue/plugins/plugin_list_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698