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

Unified Diff: apps/shell/browser/shell_extensions_browser_client.cc

Issue 354483004: Implement <appview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app_view_skeleton
Patch Set: Fixed app_shell_browsertests build 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
Index: apps/shell/browser/shell_extensions_browser_client.cc
diff --git a/apps/shell/browser/shell_extensions_browser_client.cc b/apps/shell/browser/shell_extensions_browser_client.cc
index 76f4a83b660680c8cd0a3cc51d02bebe56756dc2..850aba26ac0c656b70287110b938d06d10beb533 100644
--- a/apps/shell/browser/shell_extensions_browser_client.cc
+++ b/apps/shell/browser/shell_extensions_browser_client.cc
@@ -242,4 +242,12 @@ ShellExtensionsBrowserClient::GetComponentExtensionResourceManager() {
return NULL;
}
+bool ShellExtensionsBrowserClient::CompletePendingEmbedRequest(
+ const GURL& url,
+ int guest_instance_id,
+ content::BrowserContext* browser_context,
+ const std::string& guest_extension_id) {
+ return false;
+}
+
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698