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

Side by Side Diff: content/common/plugin_constants_win.h

Issue 324593004: Windows: Add an "Open in Adobe Reader" menu item for PDF files in the download shelf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 6 years, 6 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 CONTENT_COMMON_PLUGIN_CONSTANTS_WIN_H_ 5 #ifndef CONTENT_COMMON_PLUGIN_CONSTANTS_WIN_H_
6 #define CONTENT_COMMON_PLUGIN_CONSTANTS_WIN_H_ 6 #define CONTENT_COMMON_PLUGIN_CONSTANTS_WIN_H_
7 7
8 #include "base/strings/string16.h" 8 #include "base/strings/string16.h"
9 9
10 #if !defined(OS_WIN) 10 #if !defined(OS_WIN)
(...skipping 25 matching lines...) Expand all
36 extern const base::char16 kNewWMPPlugin[]; 36 extern const base::char16 kNewWMPPlugin[];
37 extern const base::char16 kOldWMPPlugin[]; 37 extern const base::char16 kOldWMPPlugin[];
38 extern const base::char16 kYahooApplicationStatePlugin[]; 38 extern const base::char16 kYahooApplicationStatePlugin[];
39 extern const base::char16 kWanWangProtocolHandlerPlugin[]; 39 extern const base::char16 kWanWangProtocolHandlerPlugin[];
40 extern const base::char16 kFlashPlugin[]; 40 extern const base::char16 kFlashPlugin[];
41 extern const base::char16 kAcrobatReaderPlugin[]; 41 extern const base::char16 kAcrobatReaderPlugin[];
42 extern const base::char16 kRealPlayerPlugin[]; 42 extern const base::char16 kRealPlayerPlugin[];
43 extern const base::char16 kSilverlightPlugin[]; 43 extern const base::char16 kSilverlightPlugin[];
44 extern const base::char16 kJavaPlugin1[]; 44 extern const base::char16 kJavaPlugin1[];
45 extern const base::char16 kJavaPlugin2[]; 45 extern const base::char16 kJavaPlugin2[];
46 extern const base::char16 kJavaPlugin3[];
46 47
47 extern const char kGPUPluginMimeType[]; 48 extern const char kGPUPluginMimeType[];
48 49
49 extern const base::char16 kPluginDummyParentProperty[]; 50 extern const base::char16 kPluginDummyParentProperty[];
50 51
51 } // namespace content 52 } // namespace content
52 53
53 #endif // CONTENT_COMMON_PLUGIN_CONSTANTS_WIN_H_ 54 #endif // CONTENT_COMMON_PLUGIN_CONSTANTS_WIN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698