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

Unified Diff: remoting/webapp/app_remoting/html/context_menu.html

Issue 1179873005: [AppRemoting] Break out AppRemoting shared module (re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « remoting/webapp/BUILD.gn ('k') | remoting/webapp/app_remoting/html/template_background.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/app_remoting/html/context_menu.html
diff --git a/remoting/webapp/app_remoting/html/context_menu.html b/remoting/webapp/app_remoting/html/context_menu.html
index ebc056ebc79e8293deff09990afd59a6fa797f18..010c86d89789df5af7d326bbfa51f8d2bc9e8824 100644
--- a/remoting/webapp/app_remoting/html/context_menu.html
+++ b/remoting/webapp/app_remoting/html/context_menu.html
@@ -6,7 +6,7 @@ found in the LICENSE file.
<div id="context-menu" draggable="true" hidden>
<div class="no-gaps">
- <img src="icon48.png" class="context-menu-icon">
+ <img src="/icon48.png" class="context-menu-icon">
<span class="context-menu-stub etched"></span>
</div>
<ul>
« no previous file with comments | « remoting/webapp/BUILD.gn ('k') | remoting/webapp/app_remoting/html/template_background.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698