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

Unified Diff: chrome/browser/ui/panels/native_panel_stack.cc

Issue 11669018: Support dragging panels to stack and snap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix CrOS build for relanding Created 7 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 | « chrome/browser/ui/panels/native_panel_stack.h ('k') | chrome/browser/ui/panels/panel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/native_panel_stack.cc
diff --git a/chrome/browser/ui/panels/native_panel_stack.cc b/chrome/browser/ui/panels/native_panel_stack.cc
new file mode 100644
index 0000000000000000000000000000000000000000..8d7efb2c9bf271f4c4c06bb543184021fff9e08d
--- /dev/null
+++ b/chrome/browser/ui/panels/native_panel_stack.cc
@@ -0,0 +1,16 @@
+// Copyright (c) 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.
+
+#include "chrome/browser/ui/panels/native_panel_stack.h"
+
+#include "base/logging.h"
+
+// static
+#if !defined(TOOLKIT_VIEWS)
+NativePanelStack* NativePanelStack::Create(
+ scoped_ptr<StackedPanelCollection> stack) {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+#endif
« no previous file with comments | « chrome/browser/ui/panels/native_panel_stack.h ('k') | chrome/browser/ui/panels/panel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698