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

Unified Diff: chrome/common/safe_browsing/ipc_protobuf_message_test.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
Index: chrome/common/safe_browsing/ipc_protobuf_message_test.proto
diff --git a/chrome/common/safe_browsing/ipc_protobuf_message_test.proto b/chrome/common/safe_browsing/ipc_protobuf_message_test.proto
deleted file mode 100644
index 8148461a68b9fc80b997314c1b80dd5c3b53e782..0000000000000000000000000000000000000000
--- a/chrome/common/safe_browsing/ipc_protobuf_message_test.proto
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-syntax = "proto2";
-
-option optimize_for = LITE_RUNTIME;
-
-message SubMessage {
- optional int32 foo = 1;
-}
-
-message TestMessage {
- optional int32 fund_int = 1;
- optional string op_comp_string = 2;
- optional bytes op_comp_bytes = 3;
- optional SubMessage op_comp_sub = 4;
- repeated SubMessage rep_comp_sub = 5;
-}
« no previous file with comments | « chrome/common/safe_browsing/download_protection_util.h ('k') | chrome/common/safe_browsing/ipc_protobuf_message_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698