| 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_
|
|
|