Disable TabDragController tests that fail with a real compositor.
[chromium-blink-merge.git] / chrome / browser / ui / gtk / user_manager_gtk.cc
blobd8f09ac7b4c97f0881eca963280b394692234998
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include <gtk/gtk.h>
7 #include "chrome/browser/ui/browser_dialogs.h"
9 namespace chrome {
11 // Declared in browser_dialogs.h so others don't have to depend on this header.
12 // TODO(noms): Add implementation when the User Manager dialog is implemented.
13 void ShowUserManager(const base::FilePath& profile_path_to_focus) {
14 NOTIMPLEMENTED();
17 void HideUserManager() {
18 NOTIMPLEMENTED();
21 } // namespace chrome