Disabling NativeViewAcccessibilityWinTest.RetrieveAllAlerts.
[chromium-blink-merge.git] / chrome / browser / safe_browsing / metadata.proto
bloba0635de3d1cb94d2b8261aa18d29e2d8c757d675
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 syntax = "proto2";
7 option optimize_for = LITE_RUNTIME;
9 package safe_browsing;
11 // Everything below this comment was copied from the page
12 // <https://developers.google.com/safe-browsing/developers_guide_v3>,
13 // section "Full Hash Metadata".
15 // Metadata for the goog-malware-shavar list.
16 message MalwarePatternType {
17   enum PATTERN_TYPE {
18     LANDING = 1;
19     DISTRIBUTION = 2;
20   }
22   required PATTERN_TYPE pattern_type = 1;