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

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

Issue 1473543002: Implement newly designed sign-in related histograms for desktop platorms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 5 years 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
« no previous file with comments | « chrome/browser/ui/browser_window.h ('k') | chrome/browser/ui/chrome_pages.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_CHROME_PAGES_H_ 5 #ifndef CHROME_BROWSER_UI_CHROME_PAGES_H_
6 #define CHROME_BROWSER_UI_CHROME_PAGES_H_ 6 #define CHROME_BROWSER_UI_CHROME_PAGES_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "chrome/browser/ui/host_desktop.h" 10 #include "chrome/browser/ui/host_desktop.h"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 void ShowSettingsSubPageInTabbedBrowser(Browser* browser, 85 void ShowSettingsSubPageInTabbedBrowser(Browser* browser,
86 const std::string& sub_page); 86 const std::string& sub_page);
87 void ShowClearBrowsingDataDialog(Browser* browser); 87 void ShowClearBrowsingDataDialog(Browser* browser);
88 void ShowPasswordManager(Browser* browser); 88 void ShowPasswordManager(Browser* browser);
89 void ShowImportDialog(Browser* browser); 89 void ShowImportDialog(Browser* browser);
90 void ShowAboutChrome(Browser* browser); 90 void ShowAboutChrome(Browser* browser);
91 void ShowSearchEngineSettings(Browser* browser); 91 void ShowSearchEngineSettings(Browser* browser);
92 92
93 #if !defined(OS_ANDROID) && !defined(OS_IOS) 93 #if !defined(OS_ANDROID) && !defined(OS_IOS)
94 // Initiates signin in a new browser tab. 94 // Initiates signin in a new browser tab.
95 void ShowBrowserSignin(Browser* browser, signin_metrics::Source source); 95 void ShowBrowserSignin(Browser* browser,
96 signin_metrics::AccessPoint access_point);
96 97
97 // If the user is already signed in, shows the "Signin" portion of Settings, 98 // If the user is already signed in, shows the "Signin" portion of Settings,
98 // otherwise initiates signin in a new browser tab. 99 // otherwise initiates signin in a new browser tab.
99 void ShowBrowserSigninOrSettings(Browser* browser, 100 void ShowBrowserSigninOrSettings(Browser* browser,
100 signin_metrics::Source source); 101 signin_metrics::AccessPoint access_point);
101 #endif 102 #endif
102 103
103 } // namespace chrome 104 } // namespace chrome
104 105
105 #endif // CHROME_BROWSER_UI_CHROME_PAGES_H_ 106 #endif // CHROME_BROWSER_UI_CHROME_PAGES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_window.h ('k') | chrome/browser/ui/chrome_pages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698