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

Unified Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs

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.Designer.cs
diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
index 035938108b68a0009ed868e9f440fc74491565df..ffb37bc90580d637cc72fc96ea14f9b228b4e161 100644
--- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:4.0.30319.296
+// Runtime Version:4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -169,7 +169,7 @@ namespace NativeClientVSAddIn {
}
/// <summary>
- /// Looks up a localized string similar to --register-pepper-plugins=&quot;{0};application/x-nacl&quot;.
+ /// Looks up a localized string similar to --register-pepper-plugins=&quot;{0};application/x-ppapi&quot;.
/// </summary>
internal static string PepperProcessPluginFlagFormat {
get {

Powered by Google App Engine
This is Rietveld 408576698