diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 06:56:06 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 06:56:06 +0000 |
commit | 4d7ce435aeddeb8befc02ef741d3fd62b6d427ae (patch) | |
tree | f6f553f84b34d7f2c83ee9254d6f412c09bc51ca /ash/test/test_shell_delegate.h | |
parent | a9f1657afd334527f342ccd40ddb8d0652824a89 (diff) | |
download | chromium_src-4d7ce435aeddeb8befc02ef741d3fd62b6d427ae.zip chromium_src-4d7ce435aeddeb8befc02ef741d3fd62b6d427ae.tar.gz chromium_src-4d7ce435aeddeb8befc02ef741d3fd62b6d427ae.tar.bz2 |
Support "Report Issue" in case of no-browser windows in ChromeOS.
"Report Issue" shortcut (Alt-Shift-I) should be available even if there are
no browser windows, in case that the user wants to report issues of ChromeOS
window systems.
Changes around ash:
add OPEN_FEEDBACK_PAGE accelerator command and assign it in the global shortcut key
Changes around feedback_ui:
allow 'tab_index' parameter is -1
BUG=131158
TEST=manually verified on lumpy, in case of no-windows and some windows
Review URL: https://chromiumcodereview.appspot.com/10698115
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test/test_shell_delegate.h')
-rw-r--r-- | ash/test/test_shell_delegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h index 35a6a7a..b929822 100644 --- a/ash/test/test_shell_delegate.h +++ b/ash/test/test_shell_delegate.h @@ -43,6 +43,7 @@ class TestShellDelegate : public ShellDelegate { virtual SystemTrayDelegate* CreateSystemTrayDelegate(SystemTray* t) OVERRIDE; virtual UserWallpaperDelegate* CreateUserWallpaperDelegate() OVERRIDE; virtual aura::client::UserActionClient* CreateUserActionClient() OVERRIDE; + virtual void OpenFeedbackPage() OVERRIDE; private: bool locked_; |