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

Unified Diff: extensions/browser/api/extensions_api_client.h

Issue 497843002: GuestViews should be able to specify task manager entries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/browser/api/extensions_api_client.h
diff --git a/extensions/browser/api/extensions_api_client.h b/extensions/browser/api/extensions_api_client.h
index 93fae579b7c6b75d206283715654266a3627d0e6..127e2517a7ea7d0f9ecd081fdc00f5d61f5025a2 100644
--- a/extensions/browser/api/extensions_api_client.h
+++ b/extensions/browser/api/extensions_api_client.h
@@ -25,6 +25,7 @@ class HidService;
namespace extensions {
+class AppViewGuest;
class AppViewGuestDelegate;
class SettingsObserver;
class SettingsStorageFactory;
@@ -70,7 +71,8 @@ class ExtensionsAPIClient {
const std::string& guest_extension_id);
// Creates the AppViewGuestDelegate.
- virtual AppViewGuestDelegate* CreateAppViewGuestDelegate() const;
+ virtual AppViewGuestDelegate* CreateAppViewGuestDelegate(
+ AppViewGuest* app_view_guest) const;
// Returns the HidService instance for this embedder.
virtual device::HidService* GetHidService();

Powered by Google App Engine
This is Rietveld 408576698