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

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

Issue 16181013: Use a direct include of strings headers in remoting/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « remoting/host/token_validator_factory_impl.cc ('k') | remoting/host/usage_stats_consent_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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_UI_STRINGS_H_ 5 #ifndef REMOTING_HOST_UI_STRINGS_H_
6 #define REMOTING_HOST_UI_STRINGS_H_ 6 #define REMOTING_HOST_UI_STRINGS_H_
7 7
8 #include "base/string16.h" 8 #include "base/strings/string16.h"
9 9
10 // This struct contains localized strings to be displayed in host dialogs. 10 // This struct contains localized strings to be displayed in host dialogs.
11 // For the web-app, these are loaded from the appropriate messages.json 11 // For the web-app, these are loaded from the appropriate messages.json
12 // file when the plugin is created. For remoting_simple_host, they are 12 // file when the plugin is created. For remoting_simple_host, they are
13 // left set to the default (English) values. 13 // left set to the default (English) values.
14 // 14 //
15 // Since we don't anticipate having a significant host-side UI presented 15 // Since we don't anticipate having a significant host-side UI presented
16 // in this way, a namespace containing all available strings should be 16 // in this way, a namespace containing all available strings should be
17 // a reasonable way to implement this. 17 // a reasonable way to implement this.
18 18
(...skipping 22 matching lines...) Expand all
41 // The label on the 'Continue' button of the continue window. 41 // The label on the 'Continue' button of the continue window.
42 string16 continue_button_text; 42 string16 continue_button_text;
43 43
44 // The label on the 'Stop Sharing' button of the continue window. 44 // The label on the 'Stop Sharing' button of the continue window.
45 string16 stop_sharing_button_text; 45 string16 stop_sharing_button_text;
46 }; 46 };
47 47
48 } 48 }
49 49
50 #endif // REMOTING_HOST_UI_STRINGS_H_ 50 #endif // REMOTING_HOST_UI_STRINGS_H_
OLDNEW
« no previous file with comments | « remoting/host/token_validator_factory_impl.cc ('k') | remoting/host/usage_stats_consent_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698