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

Unified Diff: chrome/browser/guest_view/guest_view_manager.h

Issue 411253009: Remove obsolete GuestWebContentsObserver reference (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/guest_view/guest_view_manager.h
diff --git a/chrome/browser/guest_view/guest_view_manager.h b/chrome/browser/guest_view/guest_view_manager.h
index 342dcde60b6b8f96b1fba9de20a16036645a312d..bf46ae9e3b6e085939d6d2ab0996ac9fb2067811 100644
--- a/chrome/browser/guest_view/guest_view_manager.h
+++ b/chrome/browser/guest_view/guest_view_manager.h
@@ -17,7 +17,6 @@
class AppViewGuest;
class GuestViewBase;
class GuestViewManagerFactory;
-class GuestWebContentsObserver;
class GURL;
namespace content {
@@ -81,7 +80,6 @@ class GuestViewManager : public content::BrowserPluginGuestManager,
protected:
friend class AppViewGuest;
friend class GuestViewBase;
- friend class GuestWebContentsObserver;
friend class guestview::TestGuestViewManager;
FRIEND_TEST_ALL_PREFIXES(GuestViewManagerTest, AddRemove);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698