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

Unified Diff: ui/views/examples/examples_window_with_content.cc

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 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
Index: ui/views/examples/examples_window_with_content.cc
diff --git a/ui/views/examples/examples_window_with_content.cc b/ui/views/examples/examples_window_with_content.cc
deleted file mode 100644
index bbc88b2bff54a8f34568bec480ae14274996bcfb..0000000000000000000000000000000000000000
--- a/ui/views/examples/examples_window_with_content.cc
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2012 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 "ui/views/examples/examples_window_with_content.h"
-
-#include "content/public/browser/browser_context.h"
-#include "ui/views/examples/webview_example.h"
-
-namespace views {
-namespace examples {
-
-void ShowExamplesWindowWithContent(Operation operation,
- content::BrowserContext* browser_context,
- gfx::NativeWindow window_context) {
- scoped_ptr<ScopedVector<ExampleBase> > extra_examples(
- new ScopedVector<ExampleBase>);
- extra_examples->push_back(new WebViewExample(browser_context));
- ShowExamplesWindow(operation, window_context, extra_examples.Pass());
-}
-
-} // namespace examples
-} // namespace views
« no previous file with comments | « ui/views/examples/examples_window_with_content.h ('k') | ui/views/examples/examples_with_content_main_exe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698