diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 01:56:52 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 01:56:52 +0000 |
commit | bdb7ff6f3d14ea2c252f1946ea200326acc047e9 (patch) | |
tree | 793c5fb7947554416bf9342cc6c728715add31d2 /chrome/browser/tab_restore_uitest.cc | |
parent | cf5804412f3a525a35a7549bb557bc20d3243499 (diff) | |
download | chromium_src-bdb7ff6f3d14ea2c252f1946ea200326acc047e9.zip chromium_src-bdb7ff6f3d14ea2c252f1946ea200326acc047e9.tar.gz chromium_src-bdb7ff6f3d14ea2c252f1946ea200326acc047e9.tar.bz2 |
Remove the page and app menus.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3033007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52985 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_restore_uitest.cc')
-rw-r--r-- | chrome/browser/tab_restore_uitest.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/tab_restore_uitest.cc b/chrome/browser/tab_restore_uitest.cc index c43f60f..ac655ea 100644 --- a/chrome/browser/tab_restore_uitest.cc +++ b/chrome/browser/tab_restore_uitest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -337,8 +337,7 @@ TEST_F(TabRestoreUITest, DontLoadRestoredTab) { // Make sure that there's nothing else to restore. bool enabled; - ASSERT_TRUE(browser_proxy->IsPageMenuCommandEnabled(IDC_RESTORE_TAB, - &enabled)); + ASSERT_TRUE(browser_proxy->IsMenuCommandEnabled(IDC_RESTORE_TAB, &enabled)); EXPECT_FALSE(enabled); } |