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

Unified Diff: chrome/browser/ui/views/stubs_aura.cc

Issue 8218027: aura: Get rid of some unneeded stubs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/ui/login/login_prompt_ui.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/stubs_aura.cc
diff --git a/chrome/browser/ui/views/stubs_aura.cc b/chrome/browser/ui/views/stubs_aura.cc
index 455d057c1395a14b9798b4b4db781ba23193b79a..f7d270fbff15ad7cb148ac1674b4eb76c868062c 100644
--- a/chrome/browser/ui/views/stubs_aura.cc
+++ b/chrome/browser/ui/views/stubs_aura.cc
@@ -41,23 +41,6 @@ class TemplateURL;
namespace browser {
-// Declared in browser_dialogs.h so others don't need to depend on our header.
-void ShowTaskManager() {
- // TODO(beng):
- NOTIMPLEMENTED();
-}
-
-void ShowBackgroundPages() {
- // TODO(beng):
- NOTIMPLEMENTED();
-}
-
-void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window,
- TabContentsWrapper* tab_contents) {
- // TODO(beng):
- NOTIMPLEMENTED();
-}
-
void ShowSSLClientCertificateSelector(
TabContentsWrapper* parent,
net::SSLCertRequestInfo* cert_request_info,
@@ -71,23 +54,6 @@ void ShowAboutIPCDialog() {
NOTIMPLEMENTED();
}
-gfx::Rect GrabWindowSnapshot(gfx::NativeWindow window,
- std::vector<unsigned char>* png_representation) {
- // TODO(beng):
- NOTIMPLEMENTED();
- return gfx::Rect();
-}
-
-void ShowHungRendererDialog(TabContents* contents) {
- // TODO(beng):
- NOTIMPLEMENTED();
-}
-
-void HideHungRendererDialog(TabContents* contents) {
- // TODO(beng):
- NOTIMPLEMENTED();
-}
-
#if defined(USE_NSS)
crypto::CryptoModuleBlockingPasswordDelegate*
NewCryptoModuleBlockingDialogDelegate(
@@ -109,17 +75,12 @@ void EditSearchEngine(
NOTIMPLEMENTED();
}
-void ShowRepostFormWarningDialog(gfx::NativeWindow parent_window,
- TabContents* tab_contents) {
- // TODO(saintlou):
- NOTIMPLEMENTED();
-}
-
-void ShowCryptoModulePasswordDialog(const std::string& module_name,
- bool retry,
- CryptoModulePasswordReason reason,
- const std::string& server,
- const CryptoModulePasswordCallback& callback) {
+void ShowCryptoModulePasswordDialog(
+ const std::string& module_name,
+ bool retry,
+ CryptoModulePasswordReason reason,
+ const std::string& server,
+ const CryptoModulePasswordCallback& callback) {
// TODO(saintlou):
NOTIMPLEMENTED();
}
« no previous file with comments | « chrome/browser/ui/login/login_prompt_ui.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698