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

Unified Diff: android_webview/common/aw_content_client.h

Issue 11861008: Expose the capturePicture feature in RenderView for Android WebView legacy API support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed sync IPC issues. Created 7 years, 10 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 | « no previous file | android_webview/common/aw_content_client.cc » ('j') | content/common/swapped_out_messages.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_content_client.h
diff --git a/android_webview/common/aw_content_client.h b/android_webview/common/aw_content_client.h
index e0b5c24d2226099fa08869c9dafff7ffe16817be..35ae7cba9c795041804a8af335df4a51e7749ed9 100644
--- a/android_webview/common/aw_content_client.h
+++ b/android_webview/common/aw_content_client.h
@@ -20,6 +20,7 @@ class AwContentClient : public content::ContentClient {
virtual base::StringPiece GetDataResource(
int resource_id,
ui::ScaleFactor scale_factor) const OVERRIDE;
+ virtual bool CanSendWhileSwappedOut(const IPC::Message* message) OVERRIDE;
};
} // namespace android_webview
« no previous file with comments | « no previous file | android_webview/common/aw_content_client.cc » ('j') | content/common/swapped_out_messages.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698