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

Unified Diff: win8/delegate_execute/chrome_util.h

Issue 10928172: Implement the persistent metro mode setting (win8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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: win8/delegate_execute/chrome_util.h
===================================================================
--- win8/delegate_execute/chrome_util.h (revision 156164)
+++ win8/delegate_execute/chrome_util.h (working copy)
@@ -17,6 +17,9 @@
// Returns the appid of the Chrome pointed to by |chrome_exe|.
string16 GetAppId(const FilePath& chrome_exe);
+// Heuristic estimate if this machine is a tablet.
+bool IsMachineATablet();
+
} // namespace delegate_execute
#endif // WIN8_DELEGATE_EXECUTE_CHROME_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698