initialize bluetooth for linux

This commit is contained in:
deepak1556 2016-05-31 12:36:51 +05:30
parent 1cc0d0599e
commit a09e270efd
2 changed files with 16 additions and 0 deletions

View file

@ -45,6 +45,7 @@ class BrowserMainParts : public content::BrowserMainParts {
void PostMainMessageLoopStart() override;
void PostMainMessageLoopRun() override;
int PreCreateThreads() override;
void PostDestroyThreads() override;
private:
#if defined(OS_MACOSX)