| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 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 | 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 #if !defined(OS_CHROMEOS) | 5 #if !defined(OS_CHROMEOS) |
| 6 | 6 |
| 7 #include "chrome/browser/dom_ui/advanced_options_utils.h" | 7 #include "chrome/browser/dom_ui/advanced_options_utils.h" |
| 8 | 8 |
| 9 #include "app/gtk_signal.h" | 9 #include "app/gtk_signal.h" |
| 10 #include "app/gtk_util.h" | 10 #include "app/gtk_util.h" |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 } | 123 } |
| 124 } | 124 } |
| 125 | 125 |
| 126 void AdvancedOptionsUtilities::ShowManageSSLCertificates( | 126 void AdvancedOptionsUtilities::ShowManageSSLCertificates( |
| 127 TabContents* tab_contents) { | 127 TabContents* tab_contents) { |
| 128 tab_contents->OpenURL(GURL(kLinuxCertificatesConfigUrl), GURL(), | 128 tab_contents->OpenURL(GURL(kLinuxCertificatesConfigUrl), GURL(), |
| 129 NEW_WINDOW, PageTransition::LINK); | 129 NEW_WINDOW, PageTransition::LINK); |
| 130 } | 130 } |
| 131 | 131 |
| 132 #endif // !defined(OS_CHROMEOS) | 132 #endif // !defined(OS_CHROMEOS) |
| OLD | NEW |