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

Unified Diff: chrome/browser/remoting/setup.h

Issue 3080038: Add remoting to wrench menu. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/remoting/setup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/remoting/setup.h
diff --git a/chrome/browser/remoting/setup.h b/chrome/browser/remoting/setup.h
new file mode 100644
index 0000000000000000000000000000000000000000..a365647a36f9d003595bfb95c718426e4c23e41f
--- /dev/null
+++ b/chrome/browser/remoting/setup.h
@@ -0,0 +1,19 @@
+// 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_
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/remoting/setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698