| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index cf3a3a96b031f499c89b752d6530c541a94ef4a6..f947509cd4ff72e573bcf15c22f77f1e81c71e5b 100644
|
| --- a/chrome/browser/browser_process.h
|
| +++ b/chrome/browser/browser_process.h
|
| @@ -269,7 +269,7 @@ class BrowserProcess {
|
|
|
| virtual gcm::GCMDriver* gcm_driver() = 0;
|
|
|
| - // Returns the tab manager if it exists, null otherwise.
|
| + // Returns the tab manager. On non-supported platforms, this returns null.
|
| virtual memory::TabManager* GetTabManager() = 0;
|
|
|
| // Returns the default web client state of Chrome (i.e., was it the user's
|
|
|