summaryrefslogtreecommitdiffstats
path: root/remoting/host/continue_window.h
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-12 19:34:44 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-12 19:34:44 +0000
commit2bffdc8da6974843565a680713b851ac2c8de7be (patch)
treeabc115c70c2b42825d8efc052bee04f563a21f40 /remoting/host/continue_window.h
parenta1c2f8f87f4d4ba6b5fb1dc22ee0d46f6d1e50d9 (diff)
downloadchromium_src-2bffdc8da6974843565a680713b851ac2c8de7be.zip
chromium_src-2bffdc8da6974843565a680713b851ac2c8de7be.tar.gz
chromium_src-2bffdc8da6974843565a680713b851ac2c8de7be.tar.bz2
Added l10n support to Mac host dialogs.
The XIB changes involve unifying the 'connected' message and username field into a single text field and adding some links to we can access the button in order to set its text. BUG=93088 TEST=Manual Review URL: http://codereview.chromium.org/7796024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/continue_window.h')
-rw-r--r--remoting/host/continue_window.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/remoting/host/continue_window.h b/remoting/host/continue_window.h
index d2eb30f..0c52416 100644
--- a/remoting/host/continue_window.h
+++ b/remoting/host/continue_window.h
@@ -21,12 +21,6 @@ class ContinueWindow {
virtual void Hide() = 0;
static ContinueWindow* Create();
-
- protected:
- static const char kTitle[];
- static const char kMessage[];
- static const char kDefaultButtonText[];
- static const char kCancelButtonText[];
};
}