Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(16)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ash/monitor/secondary_monitor_view.h
Issue
9701098
:
MultiMonitor support (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang fix
Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
ash/ash.gyp
ash/monitor/monitor_controller.h
ash/monitor/monitor_controller.cc
ash/monitor/multi_monitor_manager.h
ash/monitor/multi_monitor_manager.cc
ash/monitor/secondary_monitor_view.h
ash/monitor/secondary_monitor_view.cc
ash/screen_ash.cc
ash/shell.h
ash/shell.cc
chrome/browser/chrome_browser_main_extra_parts_ash.cc
chrome/browser/chrome_content_browser_client.cc
chrome/browser/ui/views/accessibility_event_router_views_unittest.cc
chrome/test/base/browser_with_test_window_test.cc
content/test/test_renderer_host.cc
ui/aura/demo/demo_main.cc
ui/aura/env.cc
ui/aura/monitor_manager.h
ui/aura/monitor_manager.cc
ui/aura/root_window.h
ui/aura/root_window.cc
ui/aura/single_monitor_manager.h
ui/aura/single_monitor_manager.cc
ui/views/test/views_test_base.cc
ui/views/widget/native_widget_aura_unittest.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« ash/monitor/multi_monitor_manager.cc
('k') |
ash/monitor/secondary_monitor_view.cc »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
// Copyright (c) 2012 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.
4
5
#ifndef ASH_MONITOR_SECONDARY_MONITOR_VIEW_H_
6
#define ASH_MONITOR_SECONDARY_MONITOR_VIEW_H_
7
#pragma once
8
9
namespace aura {
10
class Window;
11
}
12
13
namespace views {
14
class Widget;
15
}
16
17
namespace ash {
18
19
// Creates the widget that hosts the static message displayed on the
20
// secondary monitor.
21
views::Widget* CreateSecondaryMonitorWidget(aura::Window* parent);
22
23
} // namespace ash
24
25
#endif // ASH_MONITOR_SECONDARY_MONITOR_VIEW_H_
OLD
NEW
« no previous file with comments
|
« ash/monitor/multi_monitor_manager.cc
('k') |
ash/monitor/secondary_monitor_view.cc »
('j') |
no next file with comments »
Issue 9701098: MultiMonitor support (Closed)
Created 8 years, 9 months ago by oshima
Modified 8 years, 9 months ago
Reviewers: Ben Goodger (Google), piman
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 24
This is Rietveld
408576698