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

Unified Diff: chrome/app/chrome_dll_resource.h

Issue 12453019: Copy remoting notification bar to chrome and use it for screen capture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: chrome/app/chrome_dll_resource.h
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h
index 43f84b740184177c5b6ab1f4fee4a7e1b915c81f..0354bbd83317b5ee14e5ecc39982ab7f2e569501 100644
--- a/chrome/app/chrome_dll_resource.h
+++ b/chrome/app/chrome_dll_resource.h
@@ -35,3 +35,10 @@
#define IDD_IPC_SETTINGS 3000
+#define IDD_SCREEN_CAPTURE_NOTIFICATION 3100
+#define IDC_SCREEN_CAPTURE_STOP 3101
+#define IDC_SCREEN_CAPTURE_TEXT 3102
+
+#ifndef IDC_STATIC
+#define IDC_STATIC -1
+#endif

Powered by Google App Engine
This is Rietveld 408576698