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

Unified Diff: remoting/webapp/main.css

Issue 439923002: Hangout remote desktop part I - It2Me mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR Feedback Created 6 years, 4 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: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 30ff3ae40f2e73c2301573e5b207ed25248512f1..3cd9254cdb6f4edca61bec3bfe0021a4a31e289f 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -782,4 +782,8 @@ html.apps-v2.scrollable {
.mouse-cursor-overlay {
position: absolute;
pointer-events: none;
-};
+}
+
+body.hangout-remote-assistance .home-screen {
Jamie 2014/08/07 23:12:36 The product is called Hangouts Remote Desktop, so
kelvinp 2014/08/08 01:14:22 Hangout-remote-assistance is actually the name tha
+ display: none;
+}

Powered by Google App Engine
This is Rietveld 408576698