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

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: Fixed build errors Created 5 years, 8 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 | « content/public/android/javatests/src/org/chromium/content/browser/ContentViewReadbackTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..7037e7863177f4c8ed19b43d6bb1c500d6c43bc3 100644
--- a/content/public/browser/readback_types.h
+++ b/content/public/browser/readback_types.h
@@ -11,6 +11,12 @@ class SkBitmap;
namespace content {
+// ReadbackResponse type used in ContentReadbackHandler.
+//
+// A Java counterpart will be generated for this enum.
+// GENERATED_JAVA_ENUM_PACKAGE: (
+// org.chromium.content_public.browser.readback_types)
+// GENERATED_JAVA_PREFIX_TO_STRIP: READBACK_
enum ReadbackResponse {
READBACK_SUCCESS,
READBACK_FAILED,
« no previous file with comments | « content/public/android/javatests/src/org/chromium/content/browser/ContentViewReadbackTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698