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

Unified Diff: content/public/browser/browser_plugin_guest_manager_delegate.cc

Issue 261363002: Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_cleanupguestmanager
Patch Set: Fixed Android Build (Hopefully) 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: content/public/browser/browser_plugin_guest_manager_delegate.cc
diff --git a/content/public/browser/browser_plugin_guest_manager_delegate.cc b/content/public/browser/browser_plugin_guest_manager_delegate.cc
deleted file mode 100644
index cc3e6217446ae7be3cd46413715529262a9fdd62..0000000000000000000000000000000000000000
--- a/content/public/browser/browser_plugin_guest_manager_delegate.cc
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "content/public/browser/browser_plugin_guest_manager_delegate.h"
-
-#include "base/values.h"
-
-namespace content {
-
-content::WebContents* BrowserPluginGuestManagerDelegate::CreateGuest(
- SiteInstance* embedder_site_instance,
- int instance_id,
- const std::string& storage_partition_id,
- bool persist_storage,
- scoped_ptr<base::DictionaryValue> extra_params) {
- return NULL;
-}
-
-int BrowserPluginGuestManagerDelegate::GetNextInstanceID() {
- return 0;
-}
-
-bool BrowserPluginGuestManagerDelegate::ForEachGuest(
- WebContents* embedder_web_contents,
- const GuestCallback& callback) {
- return false;
-}
-
-} // content
-
« no previous file with comments | « content/public/browser/browser_plugin_guest_manager_delegate.h ('k') | content/public/test/test_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698