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

Unified Diff: extensions/browser/guest_view/app_view/app_view_guest_delegate.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/guest_view/app_view/app_view_guest_delegate.cc
diff --git a/extensions/browser/guest_view/app_view/app_view_guest_delegate.cc b/extensions/browser/guest_view/app_view/app_view_guest_delegate.cc
index 8166305c051a53c387a138082bfa2ee08e5f33a0..994034678ae2e8c5585a9ddc536a5d56b57e6e80 100644
--- a/extensions/browser/guest_view/app_view/app_view_guest_delegate.cc
+++ b/extensions/browser/guest_view/app_view/app_view_guest_delegate.cc
@@ -6,6 +6,9 @@
namespace extensions {
+AppViewGuestDelegate::AppViewGuestDelegate(AppViewGuest* app_view_guest)
+ : app_view_guest_(app_view_guest) {
+}
AppViewGuestDelegate::~AppViewGuestDelegate() {
}

Powered by Google App Engine
This is Rietveld 408576698