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

Unified Diff: extensions/browser/guest_view/web_view/web_view_guest_delegate.cc

Issue 579563002: Find working in app_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « extensions/browser/guest_view/web_view/web_view_guest_delegate.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/web_view_guest_delegate.cc
diff --git a/extensions/browser/guest_view/web_view/web_view_guest_delegate.cc b/extensions/browser/guest_view/web_view/web_view_guest_delegate.cc
deleted file mode 100644
index f91ebce25275a8f20937e12680fb81c2e8a3b842..0000000000000000000000000000000000000000
--- a/extensions/browser/guest_view/web_view/web_view_guest_delegate.cc
+++ /dev/null
@@ -1,16 +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 "extensions/browser/guest_view/web_view/web_view_guest_delegate.h"
-
-namespace extensions {
-
-WebViewGuestDelegate::WebViewGuestDelegate(WebViewGuest* web_view_guest)
- : web_view_guest_(web_view_guest) {
-}
-
-WebViewGuestDelegate::~WebViewGuestDelegate() {
-}
-
-} // namespace extensions
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest_delegate.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698