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

Side by Side Diff: chrome/browser/ui/browser.h

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
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 CHROME_BROWSER_UI_BROWSER_H_ 5 #ifndef CHROME_BROWSER_UI_BROWSER_H_
6 #define CHROME_BROWSER_UI_BROWSER_H_ 6 #define CHROME_BROWSER_UI_BROWSER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 void ShowHistoryTab(); 546 void ShowHistoryTab();
547 void ShowDownloadsTab(); 547 void ShowDownloadsTab();
548 void ShowExtensionsTab(); 548 void ShowExtensionsTab();
549 void ShowAboutConflictsTab(); 549 void ShowAboutConflictsTab();
550 void ShowBrokenPageTab(TabContents* contents); 550 void ShowBrokenPageTab(TabContents* contents);
551 void ShowOptionsTab(const std::string& sub_page); 551 void ShowOptionsTab(const std::string& sub_page);
552 void OpenClearBrowsingDataDialog(); 552 void OpenClearBrowsingDataDialog();
553 void OpenOptionsDialog(); 553 void OpenOptionsDialog();
554 void OpenPasswordManager(); 554 void OpenPasswordManager();
555 void OpenSyncMyBookmarksDialog(); 555 void OpenSyncMyBookmarksDialog();
556 #if defined(ENABLE_REMOTING)
557 void OpenRemotingSetupDialog();
558 #endif
559 void OpenImportSettingsDialog(); 556 void OpenImportSettingsDialog();
560 void OpenInstantConfirmDialog(); 557 void OpenInstantConfirmDialog();
561 void OpenAboutChromeDialog(); 558 void OpenAboutChromeDialog();
562 void OpenUpdateChromeDialog(); 559 void OpenUpdateChromeDialog();
563 void OpenHelpTab(); 560 void OpenHelpTab();
564 // Used by the "Get themes" link in the options dialog. 561 // Used by the "Get themes" link in the options dialog.
565 void OpenThemeGalleryTabAndActivate(); 562 void OpenThemeGalleryTabAndActivate();
566 void OpenAutofillHelpTabAndActivate(); 563 void OpenAutofillHelpTabAndActivate();
567 void OpenPrivacyDashboardTabAndActivate(); 564 void OpenPrivacyDashboardTabAndActivate();
568 void OpenSearchEngineOptionsDialog(); 565 void OpenSearchEngineOptionsDialog();
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1184 // Helper which implements the TabRestoreServiceDelegate interface. 1181 // Helper which implements the TabRestoreServiceDelegate interface.
1185 scoped_ptr<BrowserTabRestoreServiceDelegate> tab_restore_service_delegate_; 1182 scoped_ptr<BrowserTabRestoreServiceDelegate> tab_restore_service_delegate_;
1186 1183
1187 scoped_ptr<InstantController> instant_; 1184 scoped_ptr<InstantController> instant_;
1188 scoped_ptr<InstantUnloadHandler> instant_unload_handler_; 1185 scoped_ptr<InstantUnloadHandler> instant_unload_handler_;
1189 1186
1190 DISALLOW_COPY_AND_ASSIGN(Browser); 1187 DISALLOW_COPY_AND_ASSIGN(Browser);
1191 }; 1188 };
1192 1189
1193 #endif // CHROME_BROWSER_UI_BROWSER_H_ 1190 #endif // CHROME_BROWSER_UI_BROWSER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698