summaryrefslogtreecommitdiffstats
path: root/components/copresence/proto
diff options
context:
space:
mode:
authorckehoe <ckehoe@chromium.org>2015-02-09 14:37:46 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-09 22:38:09 +0000
commit13c2644be4b4c19f8f176c2b304e53f7b1817442 (patch)
tree0be5c90f2c61e95f49998944e058bb47c73d6812 /components/copresence/proto
parenteaf9258c49f76a997f690a63cb7e3091a09990b0 (diff)
downloadchromium_src-13c2644be4b4c19f8f176c2b304e53f7b1817442.zip
chromium_src-13c2644be4b4c19f8f176c2b304e53f7b1817442.tar.gz
chromium_src-13c2644be4b4c19f8f176c2b304e53f7b1817442.tar.bz2
The project ID isn't needed, since it's actually ok to expose the API key. We should offer the option of putting it in the manifest though.
BUG=454887 Review URL: https://codereview.chromium.org/901213003 Cr-Commit-Position: refs/heads/master@{#315413}
Diffstat (limited to 'components/copresence/proto')
-rw-r--r--components/copresence/proto/data.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/copresence/proto/data.proto b/components/copresence/proto/data.proto
index c3679bc..f862e9b 100644
--- a/components/copresence/proto/data.proto
+++ b/components/copresence/proto/data.proto
@@ -9,7 +9,6 @@ message ClientVersion {
optional string version_name = 2;
optional int64 version_code = 3;
optional string certificate_fingerprint = 4;
- optional string project_id = 5;
}
message Status {
optional StatusCode code = 1;