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

Unified Diff: chrome/common/temp_scaffolding_stubs.h

Issue 113549: Hook up stats reporting via default system on OS X. (Closed)
Patch Set: 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
« chrome/browser/google_update_settings_mac_unittest.mm ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/temp_scaffolding_stubs.h
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index fe22906ed9e14b7ae1143805c2cbba606e1436ce..1bf865908b99dabcd65dbaaf6e9b2501d7483d21 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -50,6 +50,7 @@ class Message;
//---------------------------------------------------------------------------
// These stubs are for Browser_main()
+#if defined(OS_LINUX)
class GoogleUpdateSettings {
public:
static bool GetCollectStatsConsent() {
@@ -83,6 +84,7 @@ class GoogleUpdateSettings {
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(GoogleUpdateSettings);
};
+#endif // OS_LINUX
void OpenFirstRunDialog(Profile* profile, ProcessSingleton* process_singleton);
« chrome/browser/google_update_settings_mac_unittest.mm ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698