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

Side by Side Diff: remoting/host/constants.h

Issue 10988004: Revert 158366 - Cleanups in Chromoting Host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/host/constants_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_HOST_CONSTANTS_H_ 5 #ifndef REMOTING_HOST_CONSTANTS_H_
6 #define REMOTING_HOST_CONSTANTS_H_ 6 #define REMOTING_HOST_CONSTANTS_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 9
10 namespace remoting { 10 namespace remoting {
(...skipping 23 matching lines...) Expand all
34 }; 34 };
35 35
36 #if defined(OS_WIN) 36 #if defined(OS_WIN)
37 // The Omaha Appid of the host. 37 // The Omaha Appid of the host.
38 extern const wchar_t kHostOmahaAppid[]; 38 extern const wchar_t kHostOmahaAppid[];
39 #endif // defined(OS_WIN) 39 #endif // defined(OS_WIN)
40 40
41 } // namespace remoting 41 } // namespace remoting
42 42
43 #endif // REMOTING_HOST_CONSTANTS_H_ 43 #endif // REMOTING_HOST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « no previous file | remoting/host/constants_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698