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

Side by Side Diff: chrome/browser/remoting/setup.cc

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 unified diff | Download patch
« no previous file with comments | « chrome/browser/remoting/setup.h ('k') | chrome/browser/remoting/setup_flow.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/remoting/setup.h"
6 #include "chrome/browser/remoting/setup_flow.h"
7
8 //#include "app/l10n_util.h"
9 //#include "base/utf_string_conversions.h"
10 #include "chrome/browser/google_service_auth_error.h"
11 #include "chrome/browser/profile.h"
12
13 typedef GoogleServiceAuthError AuthError;
14
15 namespace remoting_setup {
16
17 void OpenRemotingSetupDialog(Profile* profile) {
18 remoting_setup::SetupFlow::Run(profile->GetOriginalProfile());
19 }
20
21 } // namespace sync_ui_util
OLDNEW
« no previous file with comments | « chrome/browser/remoting/setup.h ('k') | chrome/browser/remoting/setup_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698