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

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

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% 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_extension_web_contents_observer.cc
diff --git a/apps/shell/browser/shell_extension_web_contents_observer.cc b/apps/shell/browser/shell_extension_web_contents_observer.cc
deleted file mode 100644
index 0c8c29e0b17ff0253d354e61d1555feac6b28a26..0000000000000000000000000000000000000000
--- a/apps/shell/browser/shell_extension_web_contents_observer.cc
+++ /dev/null
@@ -1,18 +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 "apps/shell/browser/shell_extension_web_contents_observer.h"
-
-DEFINE_WEB_CONTENTS_USER_DATA_KEY(
- extensions::ShellExtensionWebContentsObserver);
-
-namespace extensions {
-
-ShellExtensionWebContentsObserver::ShellExtensionWebContentsObserver(
- content::WebContents* web_contents)
- : ExtensionWebContentsObserver(web_contents) {}
-
-ShellExtensionWebContentsObserver::~ShellExtensionWebContentsObserver() {}
-
-} // namespace extensions
« no previous file with comments | « apps/shell/browser/shell_extension_web_contents_observer.h ('k') | apps/shell/browser/shell_extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698