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

Unified Diff: chromecast/service/cast_platform_init_stub.cc

Issue 223143003: Initial checkin of chromecast content embedder (cast_shell) and related build scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add an additional function in gl_surface_cast.cc Created 6 years, 9 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
Index: chromecast/service/cast_platform_init_stub.cc
diff --git a/ui/base/win/internal_constants.cc b/chromecast/service/cast_platform_init_stub.cc
similarity index 50%
copy from ui/base/win/internal_constants.cc
copy to chromecast/service/cast_platform_init_stub.cc
index 325ab90468bfe94320f921806123cd7d8341ab60..a89f95d2aa5b063f26737290c5ed2681e1c45d07 100644
--- a/ui/base/win/internal_constants.cc
+++ b/chromecast/service/cast_platform_init_stub.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/win/internal_constants.h"
+#include "chromecast/service/cast_service.h"
-namespace ui {
+namespace chromecast {
-const wchar_t kIgnoreTouchMouseActivateForWindow[] =
- L"Chrome.IgnoreMouseActivate";
-
-} // namespace ui
+// static
+void CastService::PlatformInitialize() {
+}
+}

Powered by Google App Engine
This is Rietveld 408576698