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

Unified Diff: chrome/browser/browser_process.h

Issue 2246163002: correct comment on GetTabManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index cf3a3a96b031f499c89b752d6530c541a94ef4a6..bf911920c264e9b0d5077d554c6320cf83c4dbd0 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -269,7 +269,8 @@ class BrowserProcess {
virtual gcm::GCMDriver* gcm_driver() = 0;
- // Returns the tab manager if it exists, null otherwise.
+ // Returns the tab manager if it exists, or create a new one to return
+ // otherwise. Returns nullptr if invoked from a non-supported platform.
Georges Khalil 2016/08/15 21:48:24 I would simplify this, I don't think it's worth me
virtual memory::TabManager* GetTabManager() = 0;
// Returns the default web client state of Chrome (i.e., was it the user's
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698