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

Unified Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.resx

Issue 573823002: [VS Addin] Fix several issues with debugging PPAPI plugins (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.resx
diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.resx b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.resx
index 9e5229590dcb8874f8dfbcf25313d7da1d255b2e..c916ea5babbf0d5f7d58bd266d5583025f9dfe02 100644
--- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.resx
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.resx
@@ -151,7 +151,7 @@
<value>PPAPI</value>
</data>
<data name="PepperProcessPluginFlagFormat" xml:space="preserve">
- <value>--register-pepper-plugins="{0};application/x-nacl"</value>
+ <value>--register-pepper-plugins="{0};application/x-ppapi"</value>
<comment>Argument is plug-in assembly's path</comment>
</data>
<data name="PNaClPlatformName" xml:space="preserve">

Powered by Google App Engine
This is Rietveld 408576698