summaryrefslogtreecommitdiffstats
path: root/chrome/browser/defaults.h
Commit message (Collapse)AuthorAgeFilesLines
* [cros] Show release notes in app window + restore sesssion.nkostylev@chromium.org2012-05-081-0/+5
| | | | | | | | | | | | | | | | | This covers special case of "Release notes" in ChromeOS. All existing users would be shown new Getting Started Guide in app window in addition to their restored session when they would sign in after next update. Just passing --app=[GSG URL] is not enough as session would not be restored. Also using --app-restore-session + chrome://newtab for new user case so that user won't end up with empty desktop after closing GSG window. Not adding --app-restore-session switch to ChromeOS only switches so that it won't complicate BrowserInit code with ifdefs. BUG=126098, 1260025 TEST=Manual. Sign in with existing user after update and see GSG in app window + restored session. Review URL: https://chromiumcodereview.appspot.com/10332024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135882 0039d316-1c4b-4281-b951-d872f2087c98
* Nukes wrench_menu_model_chromeos and folds functionality intsky@chromium.org2012-04-131-1/+5
| | | | | | | | | | | | wrench_menu_model. Chromeos no longer diverges that much from current. BUG=123233 TEST=make sure menu layout is right. R=saintlou@chromium.org Review URL: https://chromiumcodereview.appspot.com/10038033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132275 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove some code that only exists under mutually exclusive #defines.thestig@chromium.org2012-03-231-4/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9836020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128419 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed the restore on startup pref on Lion's first run.joaodasilva@chromium.org2012-02-291-3/+0
| | | | | | | | | | BUG=114525 TEST=Set System Preferences -> General -> Reopen windows... on Lion. Start Chromium with a new profile. The "open on startup" preference is to restore the last session. Review URL: http://codereview.chromium.org/9481003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124217 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r123544 "Fixed the restore on startup pref on Lion's first run."oshima@chromium.org2012-02-251-0/+3
| | | | | | | | | | | | | | | | This reverts commit e342173b6d83e9528982bf7df9be93dc1c94b856. This was causing hang in TabClosableStateWatcherTest.CloseIncognitoBrowser. http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tester%20%282%29/builds/190/steps/browser_tests/logs/stdio TBR=joaodasilva@chromium.org BUG=114525 TEST=none Review URL: http://codereview.chromium.org/9464040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123633 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed the restore on startup pref on Lion's first run.joaodasilva@chromium.org2012-02-241-3/+0
| | | | | | | | | | BUG=114525 TEST=Set System Preferences -> General -> Reopen windows... on Lion. Start Chromium with a new profile. The "open on startup" preference is to restore the last session. Review URL: http://codereview.chromium.org/9419047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123544 0039d316-1c4b-4281-b951-d872f2087c98
* Allow last character of password to be displayed for Android.cramya@chromium.org2012-02-231-0/+3
| | | | | | | | | | | | | Enable password_echo_enabled only for ANDROID. Default value is false. BUG=none TEST=none Review URL: http://codereview.chromium.org/9372081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123352 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI TaskManager: Show the HTML close button in Gnomeyoshiki@chromium.org2012-02-151-1/+5
| | | | | | | | | | | | And move some settings about task manager UI to defaults.cc. BUG=102883 TEST=manual Review URL: http://codereview.chromium.org/9358048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122029 0039d316-1c4b-4281-b951-d872f2087c98
* sync: take two on removing cros_user parameter from ProfileSyncService.tim@chromium.org2011-12-211-3/+5
| | | | | | | | | | | | | | | This time without bustedness on Chrome OS. Original patch: http://codereview.chromium.org/8910003/ TBR=mirandac@chromium.org BUG=88109,93922,107160, chromium-os:24389 TEST=most scenarios with CrOS UI displaying the username, including signin dialogs Review URL: http://codereview.chromium.org/9005016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115337 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "sync: remove cros_user parameter from ProfileSyncService"nkostylev@chromium.org2011-12-191-5/+3
| | | | | | | | | | | | | | Reason: crash on sign in + constant crashing inside user session. Latter not consistent. This reverts commit 1aba27d06e8a0e748d671e682fe610a85b3829b3. TBR=tim@chromium.org BUG=chromium-os24389 TEST=No crash on sign in or any constant crashing inside user session. Review URL: http://codereview.chromium.org/8995010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114995 0039d316-1c4b-4281-b951-d872f2087c98
* sync: remove cros_user parameter from ProfileSyncServicetim@chromium.org2011-12-161-3/+5
| | | | | | | | | | | | | | Instead use SigninManager to store this information. TBR=mirandac@chromium.org BUG=88109,93922, 107160 TEST=most scenarios with CrOS UI displaying the username, including signin dialogs Review URL: http://codereview.chromium.org/8910003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114880 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove an unused variable.thestig@chromium.org2011-12-011-3/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8651005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112510 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up kMaxTabCount that was added for TOUCH_UI.alicet@chromium.org2011-11-301-5/+0
| | | | | | | | | | | | | | essentially reverting cl: http://codereview.chromium.org/8115017/ and http://codereview.chromium.org/8177016/ yay. BUG=None TEST=None Review URL: http://codereview.chromium.org/8734010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112120 0039d316-1c4b-4281-b951-d872f2087c98
* limit number of tabs allowed in touch ui.alicet@chromium.org2011-10-061-0/+5
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8115017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104230 0039d316-1c4b-4281-b951-d872f2087c98
* Move infobar button padding constant to browser_defaults.rhashimoto@chromium.org2011-07-151-8/+11
| | | | | | | | | | BUG=none TEST=everything compiles, infobars look okay for touch and non-touch Review URL: http://codereview.chromium.org/7380005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92707 0039d316-1c4b-4281-b951-d872f2087c98
* Use large bold font for associated network on touch.rhashimoto@chromium.org2011-06-171-0/+4
| | | | | | | | | | | | The CrOS network menu shows the associated network in bold face and non-associated networks in regular face. The size of these fonts matches for non-touch builds but are different for touch builds. BUG=none TEST=on touch build, open network menu and check if all items are the same size Review URL: http://codereview.chromium.org/7044121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89427 0039d316-1c4b-4281-b951-d872f2087c98
* Add #ifdef TOUCH_UI configuration of the bookmark bar height.rhashimoto@chromium.org2011-06-071-0/+5
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7014023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88062 0039d316-1c4b-4281-b951-d872f2087c98
* Adapt to new icon interface from WebFramemichaelbai@google.com2011-05-171-3/+0
| | | | | | | | | | | | | | | | - Adapt to the new icon methods from both WebFrame and WebFrameClient. - Touch icons will be fetched and stored if kEnableTouchIcon=1, Currently it is disabled by default. - Moved the kEnableTouchIcon definition to chrome_constants so it could be seen in both browser and renderer code. BUG=71571 TEST=Tested by existent unit test. Review URL: http://codereview.chromium.org/7032013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85651 0039d316-1c4b-4281-b951-d872f2087c98
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-121-1/+4
| | | | | | | | | | | | | b.ViewHostMsg_UpdateFaviconURL can update multiple icon urls BUG=71571 TEST=Tested with existing unit test and add 2 new unit tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81158 Review URL: http://codereview.chromium.org/6672065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81258 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 81158 due to memory bots - a Downloaded or retrieved favicon and ↵erg@google.com2011-04-111-4/+1
| | | | | | | | | touch in FaviconHelper.b.ViewHostMsg_UpdateFaviconURL can update multiple icon urlsBUG=71571TEST=Tested with existing unit test and add 2 new unit testsReview URL: http://codereview.chromium.org/6672065 TBR=michaelbai@google.com Review URL: http://codereview.chromium.org/6820054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81167 0039d316-1c4b-4281-b951-d872f2087c98
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-111-1/+4
| | | | | | | | | | | b.ViewHostMsg_UpdateFaviconURL can update multiple icon urls BUG=71571 TEST=Tested with existing unit test and add 2 new unit tests Review URL: http://codereview.chromium.org/6672065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81158 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Show the About Chromium menu item in the Wrench menu.rsesek@chromium.org2011-03-021-3/+0
| | | | | | | | | BUG=73941 TEST=Open Wrench menu. See About Chromium and selecting it brings up the about panel. Review URL: http://codereview.chromium.org/6591102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76636 0039d316-1c4b-4281-b951-d872f2087c98
* linux: Make PlatformFontGtk deal only in pixels.derat@chromium.org2011-01-281-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gfx::Font deals with pixels (at least, its GetFontSize() method is documented as returning them and that's what all of the metrics-related methods return; I'm assuming that the |font_size| argument in its constructors deals with the same units). PlatformFontGtk's constructor treated |font_size| as points, though, and mostly used points internally. This change makes PlatformFontGtk use pixels internally and renames all of the variables to describe their units. It also changes the size of the omnibox suggestion text: - on Chrome OS, it matches the size of the omnibox text - on Linux, it's slightly smaller (similar to Windows) It also makes us update the suggestion text size when switching between standard and GTK+ themes (the omnibox itself already handled this correctly). Tested with the following configurations in a regular GTK+ build: 120 DPI, GTK+ theme: - 13-pixel tab text - 16-pixel omnibox text - 13-pixel omnibox popup text - 16-pixel popup location text 96 DPI, GTK+ theme: - 13-pixel tab text - 13-pixel omnibox popup text - 12-pixel omnibox popup text - 13-pixel popup location text 72 DPI, GTK+ theme: - 13-pixel tab text - 9-pixel omnibox popup text - 9-pixel omnibox popup text - 9-pixel popup location text 120 DPI, Classic theme: - 13-pixel tab text - 13-pixel omnibox text - 12-pixel omnibox popup text - 10-pixel popup location text 96 DPI, Classic theme: - 13-pixel tab text - 13-pixel omnibox text - 12-pixel omnibox popup text - 10-pixel popup location text 72 DPI, Classic theme: - 13-pixel tab text - 13-pixel omnibox text - 12-pixel omnibox popup text - 10-pixel popup location text Put more simply: - Regular themes use hardcoded font sizes. - The GTK+ theme uses a hardcoded font size for tabs and sizes based on the DPI for the omnibox. BUG=61433,26354,chromium-os:8658 TEST=see above. also took screenshots and checked that the onscreen font size matches that passed to gfx::Font and that the computed metrics are correct, and built a Chrome OS image to verify that things look reasonable, and verified that text isn't clipped on the "Aw, Snap!" page Review URL: http://codereview.chromium.org/6378007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72985 0039d316-1c4b-4281-b951-d872f2087c98
* Make HelpApp component extension.dpolukhin@chromium.org2011-01-251-0/+4
| | | | | | | | | BUG=http://code.google.com/p/chromium-os/issues/detail?id=6923 TEST=manual Review URL: http://codereview.chromium.org/5758002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72473 0039d316-1c4b-4281-b951-d872f2087c98
* Skip restoring tabs on first time logindavemoore@chromium.org2010-11-111-0/+3
| | | | | | | | | | | | | | | | | Add timings for first owner login This is a redo of a previously lgtm'd cl but on the right branch. TBR:sky@chromium.org BUG=chromium-os:8670 TEST=On a new machine login. When picture screen appears skip immediately before this change that could block for 10+ seconds. Now it should show the browser w/in 2 seconds Review URL: http://codereview.chromium.org/4767002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65800 0039d316-1c4b-4281-b951-d872f2087c98
* Add a cancel button to Task Manager.yusukes@google.com2010-11-111-0/+3
| | | | | | | | | BUG=chromium-os:8740 TEST=manually done. Review URL: http://codereview.chromium.org/4651002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65776 0039d316-1c4b-4281-b951-d872f2087c98
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-021-3/+0
| | | | | | | | | | | Also get rid of the type enum passed to TabReplacedAt since it can only be one option after phantom tabs are removed. BUG=none TEST=compile? good. pass tests? good. Review URL: http://codereview.chromium.org/3539010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61303 0039d316-1c4b-4281-b951-d872f2087c98
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
| | | | | | | | | | | | Rename includes, resort header include order in places where the rename changed the order. BUG=50548 TEST=compiles Review URL: http://codereview.chromium.org/3203008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57434 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 56669: Initial change that allows to disable bookmarksdpolukhin@chromium.org2010-08-231-0/+7
| | | | | | | | | | | | | | | | Original CL: http://codereview.chromium.org/3191007 Initial change that allows to disable bookmarks in Chrome for Chrome OS (BWSI mode). Added disable-bookmarks flag and disabled some UI elements. BUG=chromium-os:4302 TEST=Run Chrome build for Chrome OS with --disable-bookmarks flag and verify that the corresponding UI is disabled. Verify that BWSI mode runs with this flag. Review URL: http://codereview.chromium.org/3156035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57033 0039d316-1c4b-4281-b951-d872f2087c98
* TBR:skydpolukhin@chromium.org2010-08-191-7/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56676 0039d316-1c4b-4281-b951-d872f2087c98
* Land 3122014 for Anton: Initial change that allows to disable bookmarksdpolukhin@chromium.org2010-08-191-0/+7
| | | | | | | | | | | | | | | | Original CL: http://codereview.chromium.org/3122014 Initial change that allows to disable bookmarks in Chrome for Chrome OS (BWSI mode). Added disable-bookmarks flag and disabled some UI elements. BUG=chromium-os:4302 TEST=Run Chrome build for Chrome OS with --disable-bookmarks flag and verify that the corresponding UI is disabled. Verify that BWSI mode runs with this flag. Review URL: http://codereview.chromium.org/3191007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56669 0039d316-1c4b-4281-b951-d872f2087c98
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
| | | | | | | | | BUG=50273 TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux TBR: erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
* Disables phantom tabs. I'm not nuking all the code as Nicholas/Glen thought ↵sky@chromium.org2010-06-221-0/+3
| | | | | | | | | | | we may yet try them again shortly. BUG=46852 TEST=none Review URL: http://codereview.chromium.org/2833026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50511 0039d316-1c4b-4281-b951-d872f2087c98
* On Chrome OS browse without sign in mode open only incognito windows.nkostylev@google.com2010-06-031-0/+3
| | | | | | | | | | | As current implementation BWSI mode = "Incognito session" so only incognito windows should be open. BUG= http://crosbug.com/3473 TEST=Open BWSI mode from "New user" screen. Ctrl+N/Shift+Ctrl+N should open only Incognito windows. Review URL: http://codereview.chromium.org/2580001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48855 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding 48042.jcivelli@chromium.org2010-05-251-3/+0
| | | | | | | | | | | | | | I reverted http://codereview.chromium.org/1986006 as part of that change, after talking with Ben and Aaron. (it breaks the UI tests on ChromeOS now that apps are enabled). Disabling app launcher and enabling apps by default on ChromeOS . BUG=3218 TEST=Open the new tab, the new new tab should be shown. Any installed app should be showing in there. Review URL: http://codereview.chromium.org/2149003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48149 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 48042: it breaks unit-tests and UI tests on ChromeOSjcivelli@chromium.org2010-05-241-0/+3
| | | | | | | | | | | | | | | Disabling app launcher and enabling apps by default on ChromeOS . BUG=3218 TEST=Open the new tab, the new new tab should be shown. Any installed app should be showing in there. Review URL: http://codereview.chromium.org/2135011 TBR=jcivelli@chromium.org Review URL: http://codereview.chromium.org/2077020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48044 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling app launcher and enabling apps by default on ChromeOS .jcivelli@chromium.org2010-05-241-3/+0
| | | | | | | | | | BUG=3218 TEST=Open the new tab, the new new tab should be shown. Any installed app should be showing in there. Review URL: http://codereview.chromium.org/2135011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48042 0039d316-1c4b-4281-b951-d872f2087c98
* Removing the app launcher button in the ChromeOS browser and making the app ↵jcivelli@chromium.org2010-05-141-0/+3
| | | | | | | | | | | | | | launcher pinned to the location bar. BUG=3190 TEST=The app launcher icon on the top-left corner of the browser should be gone. Opening a new tab by pressing the + button or typing CTRL-T should bring the app launcher, it should be located on top of the location bar. Review URL: http://codereview.chromium.org/2060004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47314 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs.rsesek@chromium.org2010-03-241-4/+1
| | | | | | | | | | | | | | | This CL rewires the old support for pinned tabs to support mini-tabs. This also removes the kEnablePinnedTabs browser default now that all platforms support it. Note that pinning is now only accessible through the context menu; drag-to-pin has been removed. BUG=36798, 32845 TEST=Right-click and pin two tabs. Test dragging on and off and around the tab strip. TEST=Cmd+W a pinned tab and it should go phantom (renderer closes down) and the tab is made alpha. Review URL: http://codereview.chromium.org/1119005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42548 0039d316-1c4b-4281-b951-d872f2087c98
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/656009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41067 0039d316-1c4b-4281-b951-d872f2087c98
* Implements mini-tab support for linux.sky@chromium.org2010-03-051-2/+0
| | | | | | | | | BUG=36797 TEST=make sure pinned tabs work on linux. Review URL: http://codereview.chromium.org/669163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40767 0039d316-1c4b-4281-b951-d872f2087c98
* do not mention other browsers in about:memory for chromeoskuan@chromium.org2010-02-231-0/+3
| | | | | | | | | BUG=34839 TEST=verify per bug report Review URL: http://codereview.chromium.org/650161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39746 0039d316-1c4b-4281-b951-d872f2087c98
* Adds code to restore application extensions. I'm also enabling tabsky@chromium.org2010-02-101-0/+5
| | | | | | | | | | | | pinning on views again as everything in place, except a couple of bugs. BUG=32845 TEST=none Review URL: http://codereview.chromium.org/598027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38657 0039d316-1c4b-4281-b951-d872f2087c98
* Makes mini-tabs work on the UI side (at least for views). I still havesky@chromium.org2010-02-061-2/+2
| | | | | | | | | | | a handful of things to resolve before I turn on pinning. BUG=32845 TEST=none Review URL: http://codereview.chromium.org/579011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38287 0039d316-1c4b-4281-b951-d872f2087c98
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-021-3/+0
| | | | | | | | | | | | | places where I left them using the variable with pinned when it should be app because those places need to be radically whacked. I'll do that next. BUG=32845 TEST=none yet Review URL: http://codereview.chromium.org/555173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37880 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for phantom tabs. A pinned tab becomes a phantom tab whensky@chromium.org2010-01-221-0/+3
| | | | | | | | | | | | | | | | | it is closed, and effectively unloads the renderer and replaces it with a new TabContents that loads when selected. A phantom tab is currently rendered without a border. Phantom tabs do not prevent a window from closing. Long term only pinned app tabs will have the ability to be made phantom, but this allows us to test the feature until app support is all wired in. BUG=32845 TEST=none yet Review URL: http://codereview.chromium.org/553008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36815 0039d316-1c4b-4281-b951-d872f2087c98
* Update the kHasSyncSetupCompleted preference when the bootstrapedalbertb@google.com2010-01-211-0/+4
| | | | | | | | | | | | | authentication is succesful in Chrome OS. BUG=1220 TEST=The menu option in the wrench menu should indicate that bookmarks are synced on startup, and it should be possible to disable sync through the options dialog. Review URL: http://codereview.chromium.org/551053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36783 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the new tab button extend to the top of the tab strip on chromeos.sky@chromium.org2010-01-121-0/+3
| | | | | | | | | CROS_BUG=310 TEST=see bug Review URL: http://codereview.chromium.org/550020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36058 0039d316-1c4b-4281-b951-d872f2087c98
* Don't show "show in foloder" in chrome os.oshima@chromium.org2009-12-171-0/+3
| | | | | | | | | BUG=chromiun-os:916 TEST=None Review URL: http://codereview.chromium.org/506045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34837 0039d316-1c4b-4281-b951-d872f2087c98
* Make a shared app menu model and update win and mac to use it. Remove the ↵pinkerton@chromium.org2009-12-151-2/+5
| | | | | | | | | | NSMenu from Toolbar.xib. BUG=22646 TEST=the app menu works as it used to. Review URL: http://codereview.chromium.org/482006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34561 0039d316-1c4b-4281-b951-d872f2087c98