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

Unified Diff: sync/util/session_utils_android.h

Issue 10693068: Refactor Android's NetworckChangeNotifier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tidy up android's is-tablet functionality Created 8 years, 5 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 | « content/public/common/content_switches.cc ('k') | sync/util/session_utils_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/session_utils_android.h
diff --git a/sync/util/session_utils_android.h b/sync/util/session_utils_android.h
index 22f57671595d9f4605028560effcb93fdd7d961d..79058d22d4f9db767f49c3646c706e1bc39c55d5 100644
--- a/sync/util/session_utils_android.h
+++ b/sync/util/session_utils_android.h
@@ -16,9 +16,6 @@ std::string GetAndroidId();
// Return the end-user-visible name for this device.
std::string GetModel();
-// Return if the device is a tablet.
-bool IsTabletUi();
-
} // namespace internal
} // namespace syncer
« no previous file with comments | « content/public/common/content_switches.cc ('k') | sync/util/session_utils_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698