| Index: blimp/common/proto/client_control.proto
|
| diff --git a/blimp/common/proto/client_control.proto b/blimp/common/proto/client_control.proto
|
| deleted file mode 100644
|
| index 6d9f605f556ec51e82bb27de57950509b8e713c2..0000000000000000000000000000000000000000
|
| --- a/blimp/common/proto/client_control.proto
|
| +++ /dev/null
|
| @@ -1,29 +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.
|
| -//
|
| -// Message definitions for client-originating browser control messages.
|
| -//
|
| -// Current definitions are just placeholders and are NOT final.
|
| -// Feel free to modify this interface as necessary during feature work.
|
| -
|
| -syntax = "proto2";
|
| -
|
| -option optimize_for = LITE_RUNTIME;
|
| -
|
| -message NavigateArgs {
|
| - optional string url = 1;
|
| -}
|
| -
|
| -message ClientControlMessage {
|
| - enum Type {
|
| - NAVIGATE = 1;
|
| - STOP = 2;
|
| - RELOAD = 3;
|
| - BACK = 4;
|
| - FORWARD = 5;
|
| - }
|
| - optional Type type = 1;
|
| -
|
| - optional NavigateArgs navigate = 1000;
|
| -}
|
|
|