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

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

Issue 9456031: Remove PSS::ShowLoginDialog() and obsolete IDC_SYNC_BOOKMARKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review feedback. Created 8 years, 10 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
« no previous file with comments | « chrome/browser/sync/sync_ui_util_mac_unittest.mm ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 // Opens a new window and opens the bookmark manager. 321 // Opens a new window and opens the bookmark manager.
322 static void OpenBookmarkManagerWindow(Profile* profile); 322 static void OpenBookmarkManagerWindow(Profile* profile);
323 323
324 #if defined(OS_MACOSX) 324 #if defined(OS_MACOSX)
325 // Open a new window with history/downloads/help/options (needed on Mac when 325 // Open a new window with history/downloads/help/options (needed on Mac when
326 // there are no windows). 326 // there are no windows).
327 static void OpenHistoryWindow(Profile* profile); 327 static void OpenHistoryWindow(Profile* profile);
328 static void OpenDownloadsWindow(Profile* profile); 328 static void OpenDownloadsWindow(Profile* profile);
329 static void OpenHelpWindow(Profile* profile); 329 static void OpenHelpWindow(Profile* profile);
330 static void OpenOptionsWindow(Profile* profile); 330 static void OpenOptionsWindow(Profile* profile);
331 static void OpenSyncSetupWindow(Profile* profile);
331 static void OpenClearBrowsingDataDialogWindow(Profile* profile); 332 static void OpenClearBrowsingDataDialogWindow(Profile* profile);
332 static void OpenImportSettingsDialogWindow(Profile* profile); 333 static void OpenImportSettingsDialogWindow(Profile* profile);
333 static void OpenInstantConfirmDialogWindow(Profile* profile); 334 static void OpenInstantConfirmDialogWindow(Profile* profile);
334 #endif 335 #endif
335 336
336 // Opens a window with the extensions tab in it - needed by long-lived 337 // Opens a window with the extensions tab in it - needed by long-lived
337 // extensions which may run with no windows open. 338 // extensions which may run with no windows open.
338 static void OpenExtensionsWindow(Profile* profile); 339 static void OpenExtensionsWindow(Profile* profile);
339 340
340 // State Storage and Retrieval for UI /////////////////////////////////////// 341 // State Storage and Retrieval for UI ///////////////////////////////////////
(...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 1457
1457 scoped_refptr<FullscreenController> fullscreen_controller_; 1458 scoped_refptr<FullscreenController> fullscreen_controller_;
1458 1459
1459 // True if the browser window has been shown at least once. 1460 // True if the browser window has been shown at least once.
1460 bool window_has_shown_; 1461 bool window_has_shown_;
1461 1462
1462 DISALLOW_COPY_AND_ASSIGN(Browser); 1463 DISALLOW_COPY_AND_ASSIGN(Browser);
1463 }; 1464 };
1464 1465
1465 #endif // CHROME_BROWSER_UI_BROWSER_H_ 1466 #endif // CHROME_BROWSER_UI_BROWSER_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/sync_ui_util_mac_unittest.mm ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698