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

Unified Diff: chrome/browser/ui/app_list/test/fake_profile.cc

Issue 261363002: Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_cleanupguestmanager
Patch Set: Created 6 years, 7 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: chrome/browser/ui/app_list/test/fake_profile.cc
diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
index 0a7d3fdc2e6108bf94ed7e89adbb4a0594cb74fd..da181ac7b39e1e8e29517a4217d4ed266fa6b40c 100644
--- a/chrome/browser/ui/app_list/test/fake_profile.cc
+++ b/chrome/browser/ui/app_list/test/fake_profile.cc
@@ -94,8 +94,7 @@ FakeProfile::GetGeolocationPermissionContext() {
return NULL;
}
-content::BrowserPluginGuestManagerDelegate*
- FakeProfile::GetGuestManagerDelegate() {
+content::BrowserPluginGuestManager* FakeProfile::GetGuestManager() {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698