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

Unified Diff: components/profile_service/public/cpp/constants.cc

Issue 1871223003: Use ShellClientFactory interface to load mojo:profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « components/profile_service/public/cpp/constants.h ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/profile_service/public/cpp/constants.cc
diff --git a/cc/proto/vector2d.proto b/components/profile_service/public/cpp/constants.cc
similarity index 50%
copy from cc/proto/vector2d.proto
copy to components/profile_service/public/cpp/constants.cc
index 15171844ffc443d28cae7c70e2149ac3989200ab..b2ddc1c7a5f4ecb2e5aa387c42b3022334d863e5 100644
--- a/cc/proto/vector2d.proto
+++ b/components/profile_service/public/cpp/constants.cc
@@ -2,13 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-syntax = "proto2";
+#include "components/profile_service/public/cpp/constants.h"
-option optimize_for = LITE_RUNTIME;
+namespace profile {
-package cc.proto;
+const char kProfileMojoApplicationName[] = "mojo:profile";
-message Vector2d {
- optional int64 x = 1;
- optional int64 y = 2;
-}
+} // namespace profile
« no previous file with comments | « components/profile_service/public/cpp/constants.h ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698