summaryrefslogtreecommitdiffstats
path: root/win8/delegate_execute/command_execute_impl.h
diff options
context:
space:
mode:
authorshrikant@chromium.org <shrikant@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 21:46:48 +0000
committershrikant@chromium.org <shrikant@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 21:46:48 +0000
commit0beca2578b648fc8ab585c9cea26cf9941857271 (patch)
treee4af0154ae64b8a4a93057d7f65b661b9f2f72eb /win8/delegate_execute/command_execute_impl.h
parenta1b74d504cc72efb0e843ec86dd5d66b3abac6c8 (diff)
downloadchromium_src-0beca2578b648fc8ab585c9cea26cf9941857271.zip
chromium_src-0beca2578b648fc8ab585c9cea26cf9941857271.tar.gz
chromium_src-0beca2578b648fc8ab585c9cea26cf9941857271.tar.bz2
Removing enable/disable of HiDPI from delegate execute.
As of current code, HiDPI should be enabled by default for both Desktop and Metro mode unless someone overrides with registry key. BUG=393050 R=cpu,ananta Review URL: https://codereview.chromium.org/385023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282706 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8/delegate_execute/command_execute_impl.h')
-rw-r--r--win8/delegate_execute/command_execute_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/win8/delegate_execute/command_execute_impl.h b/win8/delegate_execute/command_execute_impl.h
index 20b5779..72e1085 100644
--- a/win8/delegate_execute/command_execute_impl.h
+++ b/win8/delegate_execute/command_execute_impl.h
@@ -88,8 +88,6 @@ class ATL_NO_VTABLE DECLSPEC_UUID("071BB5F2-85A4-424F-BFE7-5F1609BE4C2C")
static bool path_provider_initialized_;
- void SetHighDPIRegistryKey(bool enable);
-
bool GetLaunchScheme(base::string16* display_name, INTERNET_SCHEME* scheme);
HRESULT LaunchDesktopChrome();
// Returns the launch mode, i.e. desktop launch/metro launch, etc.