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

Side by Side Diff: ash/mus/new_window_delegate_mus.cc

Issue 2345613003: Adds bug ids to some NOTIMPLEMENTEDs (Closed)
Patch Set: moar Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/mus/shell_delegate_mus.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/mus/new_window_delegate_mus.h" 5 #include "ash/mus/new_window_delegate_mus.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 #include "services/shell/public/cpp/connector.h" 8 #include "services/shell/public/cpp/connector.h"
9 9
10 namespace ash { 10 namespace ash {
(...skipping 27 matching lines...) Expand all
38 // TODO: http://crbug.com/631836. 38 // TODO: http://crbug.com/631836.
39 NOTIMPLEMENTED(); 39 NOTIMPLEMENTED();
40 } 40 }
41 41
42 void NewWindowDelegateMus::RestoreTab() { 42 void NewWindowDelegateMus::RestoreTab() {
43 // TODO: http://crbug.com/631836. 43 // TODO: http://crbug.com/631836.
44 NOTIMPLEMENTED(); 44 NOTIMPLEMENTED();
45 } 45 }
46 46
47 void NewWindowDelegateMus::ShowKeyboardOverlay() { 47 void NewWindowDelegateMus::ShowKeyboardOverlay() {
48 // TODO: http://crbug.com/631836. 48 // TODO: http://crbug.com/647433.
49 NOTIMPLEMENTED(); 49 NOTIMPLEMENTED();
50 } 50 }
51 51
52 void NewWindowDelegateMus::ShowTaskManager() { 52 void NewWindowDelegateMus::ShowTaskManager() {
53 // TODO: http://crbug.com/631836. 53 // TODO: http://crbug.com/631836.
54 NOTIMPLEMENTED(); 54 NOTIMPLEMENTED();
55 } 55 }
56 56
57 void NewWindowDelegateMus::OpenFeedbackPage() { 57 void NewWindowDelegateMus::OpenFeedbackPage() {
58 // TODO: http://crbug.com/631836. 58 // TODO: http://crbug.com/631836.
59 NOTIMPLEMENTED(); 59 NOTIMPLEMENTED();
60 } 60 }
61 61
62 } // namespace mus 62 } // namespace mus
63 } // namespace ash 63 } // namespace ash
OLDNEW
« no previous file with comments | « no previous file | ash/mus/shell_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698