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

Side by Side Diff: chrome/browser/dom_ui/advanced_options_utils_gtk.cc

Issue 3023026: Revert 54137 - Revert 53990 - - Implement proxy settings dialog for Linux/Win... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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
Property Changes:
Added: svn:mergeinfo
OLDNEW
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
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)
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/advanced_options_utils.h ('k') | chrome/browser/dom_ui/advanced_options_utils_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698