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

Unified Diff: chrome/browser/chrome_to_mobile_service.h

Issue 10885024: Integrate Chrome To Mobile with Action Box UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nil/NULL checks in ChromeToMobileBubbleController. Created 8 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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/chrome_to_mobile_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_to_mobile_service.h
diff --git a/chrome/browser/chrome_to_mobile_service.h b/chrome/browser/chrome_to_mobile_service.h
index cd1e2d52fa4256a7a2cc57edaefc48d0d5f9aab9..162180d7b5b0dd72d118245c8edfe56aadc1acf1 100644
--- a/chrome/browser/chrome_to_mobile_service.h
+++ b/chrome/browser/chrome_to_mobile_service.h
@@ -97,8 +97,7 @@ class ChromeToMobileService : public ProfileKeyedService,
JobType type;
};
- // Returns whether Chrome To Mobile is enabled. Check for the 'disable' or
- // 'enable' command line switches, otherwise relay the default enabled state.
+ // Returns whether Chrome To Mobile is enabled (gated on the Action Box UI).
static bool IsChromeToMobileEnabled();
// Register the user prefs associated with this service.
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/chrome_to_mobile_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698