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

Unified Diff: extensions/shell/browser/shell_desktop_controller.cc

Issue 493453004: app_shell: Add audio and video capture support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (video-capture) rebase Created 6 years, 4 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: extensions/shell/browser/shell_desktop_controller.cc
diff --git a/extensions/shell/browser/shell_desktop_controller.cc b/extensions/shell/browser/shell_desktop_controller.cc
index e7d20575f15c6a8723e7ae493f4c49badb4e6760..8fff3286b90bbc5ca29b6d555888d17413293dd1 100644
--- a/extensions/shell/browser/shell_desktop_controller.cc
+++ b/extensions/shell/browser/shell_desktop_controller.cc
@@ -187,8 +187,9 @@ void ShellDesktopController::SetAppWindowController(
}
ShellAppWindow* ShellDesktopController::CreateAppWindow(
- content::BrowserContext* context) {
- return app_window_controller_->CreateAppWindow(context);
+ content::BrowserContext* context,
+ const Extension* extension) {
+ return app_window_controller_->CreateAppWindow(context, extension);
}
void ShellDesktopController::CloseAppWindows() {
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller.h ('k') | extensions/shell/browser/shell_extension_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698