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

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

Issue 10801006: Allow secondary tiles to be unpinned. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove NULL check Created 8 years, 5 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/browser/ui/browser_command_controller.cc ('k') | chrome/browser/ui/browser_commands.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) 2012 The Chromium Authors. All rights reserved. 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 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_COMMANDS_H_ 5 #ifndef CHROME_BROWSER_UI_BROWSER_COMMANDS_H_
6 #define CHROME_BROWSER_UI_BROWSER_COMMANDS_H_ 6 #define CHROME_BROWSER_UI_BROWSER_COMMANDS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "chrome/browser/debugger/devtools_toggle_action.h" 10 #include "chrome/browser/debugger/devtools_toggle_action.h"
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 void DuplicateTab(Browser* browser); 83 void DuplicateTab(Browser* browser);
84 bool CanDuplicateTab(const Browser* browser); 84 bool CanDuplicateTab(const Browser* browser);
85 void DuplicateTabAt(Browser* browser, int index); 85 void DuplicateTabAt(Browser* browser, int index);
86 bool CanDuplicateTabAt(Browser* browser, int index); 86 bool CanDuplicateTabAt(Browser* browser, int index);
87 void ConvertPopupToTabbedBrowser(Browser* browser); 87 void ConvertPopupToTabbedBrowser(Browser* browser);
88 void Exit(); 88 void Exit();
89 void BookmarkCurrentPage(Browser* browser); 89 void BookmarkCurrentPage(Browser* browser);
90 bool CanBookmarkCurrentPage(const Browser* browser); 90 bool CanBookmarkCurrentPage(const Browser* browser);
91 void BookmarkAllTabs(Browser* browser); 91 void BookmarkAllTabs(Browser* browser);
92 bool CanBookmarkAllTabs(const Browser* browser); 92 bool CanBookmarkAllTabs(const Browser* browser);
93 void PinCurrentPageToStartScreen(Browser* browser); 93 void TogglePagePinnedToStartScreen(Browser* browser);
94 void SavePage(Browser* browser); 94 void SavePage(Browser* browser);
95 bool CanSavePage(const Browser* browser); 95 bool CanSavePage(const Browser* browser);
96 void ShowFindBar(Browser* browser); 96 void ShowFindBar(Browser* browser);
97 void ShowPageInfo(Browser* browser, 97 void ShowPageInfo(Browser* browser,
98 content::WebContents* web_contents, 98 content::WebContents* web_contents,
99 const GURL& url, 99 const GURL& url,
100 const content::SSLStatus& ssl, 100 const content::SSLStatus& ssl,
101 bool show_history); 101 bool show_history);
102 void ShowChromeToMobileBubble(Browser* browser); 102 void ShowChromeToMobileBubble(Browser* browser);
103 void Print(Browser* browser); 103 void Print(Browser* browser);
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 bool CanViewSource(const Browser* browser); 148 bool CanViewSource(const Browser* browser);
149 149
150 void CreateApplicationShortcuts(Browser* browser); 150 void CreateApplicationShortcuts(Browser* browser);
151 bool CanCreateApplicationShortcuts(const Browser* browser); 151 bool CanCreateApplicationShortcuts(const Browser* browser);
152 152
153 void ConvertTabToAppWindow(Browser* browser, content::WebContents* contents); 153 void ConvertTabToAppWindow(Browser* browser, content::WebContents* contents);
154 154
155 } // namespace chrome 155 } // namespace chrome
156 156
157 #endif // CHROME_BROWSER_UI_BROWSER_COMMANDS_H_ 157 #endif // CHROME_BROWSER_UI_BROWSER_COMMANDS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_command_controller.cc ('k') | chrome/browser/ui/browser_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698