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

Unified Diff: athena/wm/debug/debug_window.h

Issue 349353002: athena: Show network and battery status in the UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/wm/debug/debug_window.h
diff --git a/mojo/services/public/interfaces/surfaces/surface_id.mojom b/athena/wm/debug/debug_window.h
similarity index 71%
copy from mojo/services/public/interfaces/surfaces/surface_id.mojom
copy to athena/wm/debug/debug_window.h
index 42ab9924471b5fcb58267cb6f3f45346ac93bb04..021f0a53b0916c921dd1a92ba7b172d506d812e9 100644
--- a/mojo/services/public/interfaces/surfaces/surface_id.mojom
+++ b/athena/wm/debug/debug_window.h
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo.surfaces {
+namespace athena {
-struct SurfaceId {
- int32 id;
-};
+void CreateDebugWindow();
-}
+} // namespace athena

Powered by Google App Engine
This is Rietveld 408576698