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

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

Issue 497843002: GuestViews should be able to specify task manager entries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Force derived types to come up with a task name 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.cc
diff --git a/extensions/browser/api/extensions_api_client.cc b/extensions/browser/api/extensions_api_client.cc
index 1e0c6d53ee32d93f9696d6f7816a18f63fd5791f..cbcde2c4b810e600f181e1c347c0a3c5078c3a2a 100644
--- a/extensions/browser/api/extensions_api_client.cc
+++ b/extensions/browser/api/extensions_api_client.cc
@@ -41,7 +41,8 @@ bool ExtensionsAPIClient::AppViewInternalDenyRequest(
return false;
}
-AppViewGuestDelegate* ExtensionsAPIClient::CreateAppViewGuestDelegate() const {
+AppViewGuestDelegate* ExtensionsAPIClient::CreateAppViewGuestDelegate(
+ AppViewGuest* app_view_guest) const {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698