summaryrefslogtreecommitdiff
path: root/chromium/dbus/test_proto.proto
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-10-13 13:24:50 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-10-14 10:57:25 +0000
commitaf3d4809763ef308f08ced947a73b624729ac7ea (patch)
tree4402b911e30383f6c6dace1e8cf3b8e85355db3a /chromium/dbus/test_proto.proto
parent0e8ff63a407fe323e215bb1a2c423c09a4747c8a (diff)
downloadqtwebengine-chromium-af3d4809763ef308f08ced947a73b624729ac7ea.tar.gz
BASELINE: Update Chromium to 47.0.2526.14
Also adding in sources needed for spellchecking. Change-Id: Idd44170fa1616f26315188970a8d5ba7d472b18a Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'chromium/dbus/test_proto.proto')
-rw-r--r--chromium/dbus/test_proto.proto4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/dbus/test_proto.proto b/chromium/dbus/test_proto.proto
index 0a1d06f7ff5..1ec128bf609 100644
--- a/chromium/dbus/test_proto.proto
+++ b/chromium/dbus/test_proto.proto
@@ -2,6 +2,8 @@
// 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;
// This is a simple dummy protocol buffer that is used for testing handling of
@@ -10,4 +12,4 @@ option optimize_for = LITE_RUNTIME;
message TestProto {
optional string text = 1;
optional int32 number = 2;
-} \ No newline at end of file
+}