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

Side by Side Diff: chrome/test/test_browser_window.h

Issue 6913026: Compact Navigation prototype (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Clang build fix. After commit/revert. Created 9 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.cc ('k') | views/events/event.h » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #ifndef CHROME_TEST_TEST_BROWSER_WINDOW_H_ 5 #ifndef CHROME_TEST_TEST_BROWSER_WINDOW_H_
6 #define CHROME_TEST_TEST_BROWSER_WINDOW_H_ 6 #define CHROME_TEST_TEST_BROWSER_WINDOW_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/browser/ui/browser_window.h" 9 #include "chrome/browser/ui/browser_window.h"
10 #include "chrome/test/test_location_bar.h" 10 #include "chrome/test/test_location_bar.h"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 virtual void FocusChromeOSStatus() {} 52 virtual void FocusChromeOSStatus() {}
53 virtual void RotatePaneFocus(bool forwards) {} 53 virtual void RotatePaneFocus(bool forwards) {}
54 virtual void ShowAppMenu() {} 54 virtual void ShowAppMenu() {}
55 virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event, 55 virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
56 bool* is_keyboard_shortcut); 56 bool* is_keyboard_shortcut);
57 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {} 57 virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {}
58 virtual void ShowCreateWebAppShortcutsDialog( 58 virtual void ShowCreateWebAppShortcutsDialog(
59 TabContentsWrapper* tab_contents) {} 59 TabContentsWrapper* tab_contents) {}
60 virtual void ShowCreateChromeAppShortcutsDialog(Profile* profile, 60 virtual void ShowCreateChromeAppShortcutsDialog(Profile* profile,
61 const Extension* app) {} 61 const Extension* app) {}
62 #if defined(TOOLKIT_VIEWS) 62 virtual void ToggleUseCompactNavigationBar() {}
63 virtual void ToggleCompactNavigationBar() {}
64 #endif // defined(TOOLKIT_VIEWS)
65 63
66 virtual bool IsBookmarkBarVisible() const; 64 virtual bool IsBookmarkBarVisible() const;
67 virtual bool IsBookmarkBarAnimating() const; 65 virtual bool IsBookmarkBarAnimating() const;
68 virtual bool IsTabStripEditable() const; 66 virtual bool IsTabStripEditable() const;
69 virtual bool IsToolbarVisible() const; 67 virtual bool IsToolbarVisible() const;
70 virtual void ConfirmAddSearchProvider(const TemplateURL* template_url, 68 virtual void ConfirmAddSearchProvider(const TemplateURL* template_url,
71 Profile* profile) {} 69 Profile* profile) {}
72 virtual void ToggleBookmarkBar() {} 70 virtual void ToggleBookmarkBar() {}
73 virtual void ShowAboutChromeDialog(); 71 virtual void ShowAboutChromeDialog();
74 virtual void ShowUpdateChromeDialog() {} 72 virtual void ShowUpdateChromeDialog() {}
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 protected: 109 protected:
112 virtual void DestroyBrowser() {} 110 virtual void DestroyBrowser() {}
113 111
114 private: 112 private:
115 TestLocationBar location_bar_; 113 TestLocationBar location_bar_;
116 114
117 DISALLOW_COPY_AND_ASSIGN(TestBrowserWindow); 115 DISALLOW_COPY_AND_ASSIGN(TestBrowserWindow);
118 }; 116 };
119 117
120 #endif // CHROME_TEST_TEST_BROWSER_WINDOW_H_ 118 #endif // CHROME_TEST_TEST_BROWSER_WINDOW_H_
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | views/events/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698