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

Unified Diff: content/public/browser/readback_types.h

Issue 1040393002: The Java Client should be aware of the readback status. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: content/public/browser/readback_types.h
diff --git a/content/public/browser/readback_types.h b/content/public/browser/readback_types.h
index f3d2a6906b535ce4381c330b5a67c7b615684c9c..d1b56830fecc195b3a633336fd75ba349300d6f9 100644
--- a/content/public/browser/readback_types.h
+++ b/content/public/browser/readback_types.h
@@ -11,6 +11,8 @@ class SkBitmap;
namespace content {
+// A Java counterpart will be generated for this enum.
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.content.browser
enum ReadbackResponse {
READBACK_SUCCESS,
READBACK_FAILED,

Powered by Google App Engine
This is Rietveld 408576698