Index: chrome/browser/userfeedback/proto/extension.proto |
=================================================================== |
--- chrome/browser/userfeedback/proto/extension.proto (revision 56828) |
+++ chrome/browser/userfeedback/proto/extension.proto (working copy) |
@@ -8,6 +8,7 @@ |
package userfeedback; |
import "common.proto"; |
+import "chrome.proto"; |
import "dom.proto"; |
import "math.proto"; |
import "web.proto"; |
@@ -64,6 +65,8 @@ |
optional HtmlDocument html_document_structure = 5; |
optional ExtensionErrors extension_errors = 13; |
+ |
+ optional ChromeData chrome_data = 14; |
}; |
// Sent when user hits final submit button in internal extension. |