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

Unified Diff: chrome/common/temp_scaffolding_stubs.h

Issue 115808: Respect Linux user prefs with regards to crash reporting. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: with nits fixed, also some minor fixes to breakpad_linux.cc Created 11 years, 7 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/chrome.gyp ('k') | chrome/renderer/render_crash_handler_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/temp_scaffolding_stubs.h
===================================================================
--- chrome/common/temp_scaffolding_stubs.h (revision 17070)
+++ chrome/common/temp_scaffolding_stubs.h (working copy)
@@ -51,42 +51,6 @@
//---------------------------------------------------------------------------
// These stubs are for Browser_main()
-#if defined(OS_LINUX)
-class GoogleUpdateSettings {
- public:
- static bool GetCollectStatsConsent() {
- NOTIMPLEMENTED();
- return false;
- }
- static bool SetCollectStatsConsent(bool consented) {
- NOTIMPLEMENTED();
- return false;
- }
- static bool GetBrowser(std::wstring* browser) {
- NOTIMPLEMENTED();
- return false;
- }
- static bool GetLanguage(std::wstring* language) {
- NOTIMPLEMENTED();
- return false;
- }
- static bool GetBrand(std::wstring* brand) {
- NOTIMPLEMENTED();
- return false;
- }
- static bool GetReferral(std::wstring* referral) {
- NOTIMPLEMENTED();
- return false;
- }
- static bool ClearReferral() {
- NOTIMPLEMENTED();
- return false;
- }
- private:
- DISALLOW_IMPLICIT_CONSTRUCTORS(GoogleUpdateSettings);
-};
-#endif // OS_LINUX
-
void OpenFirstRunDialog(Profile* profile, ProcessSingleton* process_singleton);
void InstallJankometer(const CommandLine&);
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/renderer/render_crash_handler_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698