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

Unified Diff: blimp/test/fake_engine/proto/logging.proto

Issue 2626423004: Remove all //blimp code. (Closed)
Patch Set: One last(?) `git merge` for good measure. Created 3 years, 11 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 | « blimp/test/fake_engine/proto/lifetime.proto ('k') | blimp/test/impaired_network/test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/test/fake_engine/proto/logging.proto
diff --git a/blimp/test/fake_engine/proto/logging.proto b/blimp/test/fake_engine/proto/logging.proto
deleted file mode 100644
index 1a9ed61165db64af10ce4c3d020b837b4f9d710d..0000000000000000000000000000000000000000
--- a/blimp/test/fake_engine/proto/logging.proto
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2016 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 = "proto3";
-
-// TODO(xyzzyz): Update proto service/message definitions once we have
-// determined the final Engine/Service interface.
-
-package blimp;
-
-option optimize_for = LITE_RUNTIME;
-
-message LogRequest {
- string message = 1;
-}
-message LogResponse {}
-
-service Logging {
- // Sends a log message from the Engine to the Rendering Server.
- rpc Log (LogRequest) returns (LogResponse) {}
-}
« no previous file with comments | « blimp/test/fake_engine/proto/lifetime.proto ('k') | blimp/test/impaired_network/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698