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

Unified Diff: sync/util/session_utils_android.cc

Issue 10808052: Tidy up Android's is-tablet functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
Index: sync/util/session_utils_android.cc
diff --git a/sync/util/session_utils_android.cc b/sync/util/session_utils_android.cc
index 676fdde864f911e4c8fd92f1aa6756f92a9493da..69f1ae448a2581f4b7e341674ee51362778d3248 100644
--- a/sync/util/session_utils_android.cc
+++ b/sync/util/session_utils_android.cc
@@ -67,10 +67,5 @@ std::string GetModel() {
return model;
}
-bool IsTabletUi() {
- NOTIMPLEMENTED() << "TODO(yfriedman): Upstream this";
- return true;
-}
-
} // namespace internal
} // namespace syncer
« chrome/common/chrome_content_client.cc ('K') | « sync/util/session_utils_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698