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

Unified Diff: components/safe_browsing/common/crx_info.proto

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix remaining proto references Created 3 years, 9 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
« no previous file with comments | « components/safe_browsing/common/client_model.proto ('k') | components/safe_browsing/common/csd.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing/common/crx_info.proto
diff --git a/chrome/common/safe_browsing/crx_info.proto b/components/safe_browsing/common/crx_info.proto
similarity index 94%
rename from chrome/common/safe_browsing/crx_info.proto
rename to components/safe_browsing/common/crx_info.proto
index 78065fcc25a45cdd266a50a7474fb59b62e68546..c049f1a677e5ce9e976f897f45bce6888488b87d 100644
--- a/chrome/common/safe_browsing/crx_info.proto
+++ b/components/safe_browsing/common/crx_info.proto
@@ -27,7 +27,7 @@ message ClientCRXListInfoResponse {
POTENTIALLY_UNWANTED = 4;
}
// Although listed as optional, this is required.
- optional Verdict verdict = 1 [default=NOT_IN_BLACKLIST];
+ optional Verdict verdict = 1 [default = NOT_IN_BLACKLIST];
message UserMessage {
// If present, will be appended to disable reason in the details page. We
« no previous file with comments | « components/safe_browsing/common/client_model.proto ('k') | components/safe_browsing/common/csd.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698