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

Side by Side Diff: chrome/browser/ui/browser.h

Issue 8356028: Add shortcut to show avatar menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build error Created 9 years, 1 month 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/browser/global_keyboard_shortcuts_mac.mm ('k') | chrome/browser/ui/browser.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 (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_BROWSER_UI_BROWSER_H_ 5 #ifndef CHROME_BROWSER_UI_BROWSER_H_
6 #define CHROME_BROWSER_UI_BROWSER_H_ 6 #define CHROME_BROWSER_UI_BROWSER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 void OpenTaskManager(bool highlight_background_resources); 575 void OpenTaskManager(bool highlight_background_resources);
576 void OpenBugReportDialog(); 576 void OpenBugReportDialog();
577 577
578 void ToggleBookmarkBar(); 578 void ToggleBookmarkBar();
579 579
580 void OpenBookmarkManager(); 580 void OpenBookmarkManager();
581 void OpenBookmarkManagerForNode(int64 node_id); 581 void OpenBookmarkManagerForNode(int64 node_id);
582 void OpenBookmarkManagerEditNode(int64 node_id); 582 void OpenBookmarkManagerEditNode(int64 node_id);
583 void OpenBookmarkManagerAddNodeIn(int64 node_id); 583 void OpenBookmarkManagerAddNodeIn(int64 node_id);
584 void ShowAppMenu(); 584 void ShowAppMenu();
585 void ShowAvatarMenu();
585 void ShowHistoryTab(); 586 void ShowHistoryTab();
586 void ShowDownloadsTab(); 587 void ShowDownloadsTab();
587 void ShowExtensionsTab(); 588 void ShowExtensionsTab();
588 void ShowAboutConflictsTab(); 589 void ShowAboutConflictsTab();
589 void ShowBrokenPageTab(TabContents* contents); 590 void ShowBrokenPageTab(TabContents* contents);
590 void ShowOptionsTab(const std::string& sub_page); 591 void ShowOptionsTab(const std::string& sub_page);
591 // Shows the Content Settings page for a given content type. 592 // Shows the Content Settings page for a given content type.
592 void ShowContentSettingsPage(ContentSettingsType content_type); 593 void ShowContentSettingsPage(ContentSettingsType content_type);
593 void OpenClearBrowsingDataDialog(); 594 void OpenClearBrowsingDataDialog();
594 void OpenOptionsDialog(); 595 void OpenOptionsDialog();
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 1435
1435 MouseLockState mouse_lock_state_; 1436 MouseLockState mouse_lock_state_;
1436 1437
1437 // True if the browser window has been shown at least once. 1438 // True if the browser window has been shown at least once.
1438 bool window_has_shown_; 1439 bool window_has_shown_;
1439 1440
1440 DISALLOW_COPY_AND_ASSIGN(Browser); 1441 DISALLOW_COPY_AND_ASSIGN(Browser);
1441 }; 1442 };
1442 1443
1443 #endif // CHROME_BROWSER_UI_BROWSER_H_ 1444 #endif // CHROME_BROWSER_UI_BROWSER_H_
OLDNEW
« no previous file with comments | « chrome/browser/global_keyboard_shortcuts_mac.mm ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698