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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2065513004: Expose flash playback status and volume control to content renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@audio_focus_manager
Patch Set: added TODO Created 4 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
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 4cc0c5bc1e2e1d7013ff2b7530738a287958566f..bb1f251d552d91f0e177d05ab1b9d1f379934b88 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -944,8 +944,8 @@ class CONTENT_EXPORT WebContentsImpl
const base::ListValue& args);
void OnUpdatePageImportanceSignals(const PageImportanceSignals& signals);
#if defined(ENABLE_PLUGINS)
- void OnPepperInstanceCreated();
- void OnPepperInstanceDeleted();
+ void OnPepperInstanceCreated(int32_t pp_instance);
+ void OnPepperInstanceDeleted(int32_t pp_instance);
void OnPepperPluginHung(int plugin_child_id,
const base::FilePath& path,
bool is_hung);
« no previous file with comments | « no previous file | content/browser/web_contents/web_contents_impl.cc » ('j') | content/renderer/pepper/ppb_audio_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698