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

Unified Diff: blimp/test/fake_engine/proto/lifetime.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/engine.proto ('k') | blimp/test/fake_engine/proto/logging.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/test/fake_engine/proto/lifetime.proto
diff --git a/blimp/test/fake_engine/proto/lifetime.proto b/blimp/test/fake_engine/proto/lifetime.proto
deleted file mode 100644
index 485be8fd725380ccfebd6f47ebc6ce2672a482eb..0000000000000000000000000000000000000000
--- a/blimp/test/fake_engine/proto/lifetime.proto
+++ /dev/null
@@ -1,21 +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 EngineReadyRequest {}
-message EngineReadyResponse {}
-
-service Lifetime {
- // Engine calls the EngineReady method on Rendering Server to let it know that
- // it has initialized.
- rpc EngineReady(EngineReadyRequest) returns (EngineReadyResponse) {}
-}
« no previous file with comments | « blimp/test/fake_engine/proto/engine.proto ('k') | blimp/test/fake_engine/proto/logging.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698