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

Unified Diff: chrome/browser/ui/chrome_pages.cc

Issue 22654003: Create system tray item for accessing chrome://slow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/chrome_pages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/chrome_pages.cc
diff --git a/chrome/browser/ui/chrome_pages.cc b/chrome/browser/ui/chrome_pages.cc
index a9caa99c006e54788b182ad1fd0b41af86c9780e..c353f77e554a947725bf720cd9d8354e3ea87187 100644
--- a/chrome/browser/ui/chrome_pages.cc
+++ b/chrome/browser/ui/chrome_pages.cc
@@ -143,6 +143,10 @@ void ShowHelp(Browser* browser, HelpSource source) {
ShowSingletonTab(browser, url);
}
+void ShowSlow(Browser* browser) {
Lei Zhang 2013/08/09 22:42:12 nit: put this after ShowPolicy() so it's in the sa
Zachary Kuznia 2013/08/09 23:17:23 Done.
+ ShowSingletonTab(browser, GURL(kChromeUISlowURL));
+}
+
void ShowPolicy(Browser* browser) {
ShowSingletonTab(browser, GURL(kChromeUIPolicyURL));
}
« no previous file with comments | « chrome/browser/ui/chrome_pages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698