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

Unified Diff: athena/main/main_util.h

Issue 287163009: [Athena] minimum impl to add screen/background and test windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: athena/main/main_util.h
diff --git a/content/test/data/web_ui_test_mojo_bindings.mojom b/athena/main/main_util.h
similarity index 52%
copy from content/test/data/web_ui_test_mojo_bindings.mojom
copy to athena/main/main_util.h
index 9cac34e56ab6ee8486cf0566d5a73cd199ade7ce..cdc135056bbaadd251c8731e062166c550837bd4 100644
--- a/content/test/data/web_ui_test_mojo_bindings.mojom
+++ b/athena/main/main_util.h
@@ -2,15 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module content {
+#ifndef ATHENA_MAIN_MAIN_UTIL_H_
+#define ATHENA_MAIN_MAIN_UTIL_H_
-interface BrowserTarget {
- PingResponse();
-};
+void CreateTestApp();
-[Client=BrowserTarget]
-interface RendererTarget {
- Ping();
-};
+void SetupBackgroundImage();
-}
+#endif // ATHENA_MAIN_MAIN_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698