diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 06:24:47 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 06:24:47 +0000 |
commit | cb29c6478a6cf9b7878e02c296d1ad35f0f1e559 (patch) | |
tree | cfdce7551b5b65ad749b3cc18a0a5f9e13e3896d /chrome/browser/chrome_browser_main_linux.h | |
parent | 50a4c4171678537494370d07c44c693762b956db (diff) | |
download | chromium_src-cb29c6478a6cf9b7878e02c296d1ad35f0f1e559.zip chromium_src-cb29c6478a6cf9b7878e02c296d1ad35f0f1e559.tar.gz chromium_src-cb29c6478a6cf9b7878e02c296d1ad35f0f1e559.tar.bz2 |
Cleanup miscellaneous bits of dbus / mtp code.
Review URL: https://chromiumcodereview.appspot.com/11091027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main_linux.h')
-rw-r--r-- | chrome/browser/chrome_browser_main_linux.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h index 50e37a1..1f2f852 100644 --- a/chrome/browser/chrome_browser_main_linux.h +++ b/chrome/browser/chrome_browser_main_linux.h @@ -33,14 +33,12 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix { virtual void PostMainMessageLoopRun() OVERRIDE; private: -#if !defined(OS_CHROMEOS) - scoped_refptr<chrome::RemovableDeviceNotificationsLinux> - removable_device_notifications_linux_; -#endif - #if defined(OS_CHROMEOS) chromeos::VersionLoader cros_version_loader_; CancelableRequestConsumer cros_consumer_; +#else + scoped_refptr<chrome::RemovableDeviceNotificationsLinux> + removable_device_notifications_linux_; #endif DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsLinux); |