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

Unified Diff: apps/shell/web_view_window.h

Issue 151893002: Reorganize apps/shell into app, browser and common directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (subdirs) Created 6 years, 11 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 | « apps/shell/shell_main_delegate.cc ('k') | apps/shell/web_view_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/web_view_window.h
diff --git a/apps/shell/web_view_window.h b/apps/shell/web_view_window.h
deleted file mode 100644
index cfe2e078568ff1cd70825dc274bcafb8915f8ea0..0000000000000000000000000000000000000000
--- a/apps/shell/web_view_window.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2013 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.
-
-#ifndef APPS_SHELL_WEB_VIEW_WINDOW_H_
-#define APPS_SHELL_WEB_VIEW_WINDOW_H_
-
-namespace aura {
-class Window;
-}
-
-namespace content {
-class BrowserContext;
-}
-
-namespace apps {
-
-// Shows an example window containing a WebView.
-void ShowWebViewWindow(content::BrowserContext* browser_context,
- aura::Window* window_context);
-
-} // namespace apps
-
-#endif // APPS_SHELL_WEB_VIEW_WINDOW_H_
« no previous file with comments | « apps/shell/shell_main_delegate.cc ('k') | apps/shell/web_view_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698