Chromium Code Reviews| Index: chrome/browser/ui/browser_commands.cc |
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc |
| index bab9d2e28fffd9f8cd10b0f1943d5664217cd924..128c336bc593e16f88b5c036cddec73cff43b7bb 100644 |
| --- a/chrome/browser/ui/browser_commands.cc |
| +++ b/chrome/browser/ui/browser_commands.cc |
| @@ -696,6 +696,7 @@ void ShowChromeToMobileBubble(Browser* browser) { |
| void ShareCurrentPage(Browser* browser) { |
| const GURL& current_url = chrome::GetActiveWebContents(browser)->GetURL(); |
| + content::RecordAction(UserMetricsAction("ActionBox_SharePage")); |
|
skare_
2012/10/15 21:26:26
my incoming change http://codereview.chromium.org/
|
| webkit_glue::WebIntentData intent_data( |
| ASCIIToUTF16("http://webintents.org/share"), |
| ASCIIToUTF16("text/uri-list"), |