summaryrefslogtreecommitdiffstats
path: root/chrome/browser/remoting/setup.h
diff options
context:
space:
mode:
authorerikchen@google.com <erikchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-06 23:50:37 +0000
committererikchen@google.com <erikchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-06 23:50:37 +0000
commitc21714a74c8fb196b0003bbebb9f8026bec00bb2 (patch)
tree79450ba9f25cbfe1674dcadd7463af98d65813a5 /chrome/browser/remoting/setup.h
parent8a15f0149b7ccd709574151ce7eeb1add16e7cc7 (diff)
downloadchromium_src-c21714a74c8fb196b0003bbebb9f8026bec00bb2.zip
chromium_src-c21714a74c8fb196b0003bbebb9f8026bec00bb2.tar.gz
chromium_src-c21714a74c8fb196b0003bbebb9f8026bec00bb2.tar.bz2
Revert 55311 - Add remoting to wrench menu.
This change adds remoting item to wrench menu. The change is under flag enable-remoting, so end users will not see it. The CL is cleaned up. It was compiling and working. I added the check for kEnableRemoting and resynched and it is no longer compiling. Submitted for: pranavk@chromium.org Reviewed: http://codereview.chromium.org/3075024/show BUG=50242 TEST=NONE Review URL: http://codereview.chromium.org/3080038 TBR=hclam@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55316 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/remoting/setup.h')
-rw-r--r--chrome/browser/remoting/setup.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/chrome/browser/remoting/setup.h b/chrome/browser/remoting/setup.h
deleted file mode 100644
index a365647..0000000
--- a/chrome/browser/remoting/setup.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_REMOTING_SETUP_H_
-#define CHROME_BROWSER_REMOTING_SETUP_H_
-
-#include "base/string16.h"
-
-class Profile;
-
-namespace remoting_setup {
-
-// Open the appropriate setup dialog for the given profile (which can be
-// incognito).
-void OpenRemotingSetupDialog(Profile* profile);
-} // namespace remoting_setup
-
-#endif // CHROME_BROWSER_REMOTING_SETUP_H_