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

Unified Diff: ppapi/cpp/private/flash.h

Issue 10681006: Add ppapi interface for setting crash data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | « ppapi/c/private/ppb_flash.h ('k') | ppapi/cpp/private/flash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/flash.h
diff --git a/ppapi/cpp/private/flash.h b/ppapi/cpp/private/flash.h
index c32007e6b782a03d7d607000c396bdb1a735688c..dc5f92907c22a409c36c31f8a63acec14537a552 100644
--- a/ppapi/cpp/private/flash.h
+++ b/ppapi/cpp/private/flash.h
@@ -60,6 +60,9 @@ class Flash {
static Var GetDeviceID(const InstanceHandle& instance);
static Var GetSetting(const InstanceHandle& instance,
PP_FlashSetting setting);
+ static bool SetCrashData(const InstanceHandle& instance,
+ PP_FlashCrashKey key,
+ const pp::Var& value);
// PPB_Flash_Print.
static bool InvokePrinting(const InstanceHandle& instance);
« no previous file with comments | « ppapi/c/private/ppb_flash.h ('k') | ppapi/cpp/private/flash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698